#42A4C9

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

Shades of Viking #42A4C9

Tints of Viking #42A4C9

Color information

#42A4C9 (or 0x42A4C9) is unknown color: approx Viking. HEX triplet: 42, A4 and C9. RGB value is (66,164,201). Sum of RGB (Red+Green+Blue) = 66+164+201=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #42A4C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A4C9 is #BD5B36. Grayscale: #8A8A8A. Windows color (decimal): -12409655 or 13214786. OLE color: 13214786.

HSL color Cylindrical-coordinate representation of color #42A4C9: hue angle of 196.44º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42A4C9 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB66164201-
CMYK0.670.1800.21
HSL196.44º55.56%52.35%-
HSV(B)196.44º67.16%78.82%-
XYZ26.0631.9360.05-
YUV138.92163.0375.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.31%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 201 (78.91% from 255) = 46.64%
R=15.31%
G=38.05%
B=46.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal661642010.670.1800.21196.4455.5652.35
Hex42A4C94312015c43834
Octal102244311103220253047064
Binary1000010101001001100100110000111001001010111000100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,164,201); }

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

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

 a { background-color: rgb(66,164,201); }

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

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

 span { border-color: rgb(66,164,201); }

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