#42A7C0

Color #42A7C0 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #42A7C0

Tints of Viking #42A7C0

Color information

#42A7C0 (or 0x42A7C0) is unknown color: approx Viking. HEX triplet: 42, A7 and C0. RGB value is (66,167,192). Sum of RGB (Red+Green+Blue) = 66+167+192=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 192 - color contains mainly: blue. Hex color #42A7C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A7C0 is #BD583F. Grayscale: #8B8B8B. Windows color (decimal): -12408896 or 12625730. OLE color: 12625730.

HSL color Cylindrical-coordinate representation of color #42A7C0: hue angle of 191.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42A7C0 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66167192-
CMYK0.660.1300.25
HSL191.9º50%50.59%-
HSV(B)191.9º65.62%75.29%-
XYZ25.5832.654.81-
YUV139.65157.5475.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 15.53%
GREEN value IS 167 (65.62% from 255) = 39.29%
BLUE value IS 192 (75.39% from 255) = 45.18%
R=15.53%
G=39.29%
B=45.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661671920.660.1300.25191.95050.59
Hex42A7C042D019c03233
Octal102247300102150313006263
Binary100001010100111110000001000010110101100111000000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A7C0; }

 p { color: rgb(66,167,192); }

 H1.HeaderClassName
 {
   color: #42A7C0;
 }
 .AnyTagClassName
 {
   color: #42A7C0;
 }
</style>
background-color css

<style>
 a { background-color: #42A7C0; }

 a { background-color: rgb(66,167,192); }

 div.DivClassName
 {
   background-color: #42A7C0;
 }
 .BgClassName
 {
   background-color: #42A7C0;
 }
</style>
border-color css

<style>
 span { border-color: #42A7C0; }

 span { border-color: rgb(66,167,192); }

 td.TdClassName
 {
   border-color: #42A7C0;
 }
 .TagClassName
 {
   border-color: #42A7C0;
 }
</style>