#42A5C9

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

Shades of Viking #42A5C9

Tints of Viking #42A5C9

Color information

#42A5C9 (or 0x42A5C9) is unknown color: approx Viking. HEX triplet: 42, A5 and C9. RGB value is (66,165,201). Sum of RGB (Red+Green+Blue) = 66+165+201=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 201 - color contains mainly: blue. Hex color #42A5C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A5C9 is #BD5A36. Grayscale: #8B8B8B. Windows color (decimal): -12409399 or 13215042. OLE color: 13215042.

HSL color Cylindrical-coordinate representation of color #42A5C9: hue angle of 196º 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 #42A5C9 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB66165201-
CMYK0.670.1800.21
HSL196º55.56%52.35%-
HSV(B)196º67.16%78.82%-
XYZ26.2432.2960.11-
YUV139.5162.775.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.28%
GREEN value IS 165 (64.84% from 255) = 38.19%
BLUE value IS 201 (78.91% from 255) = 46.53%
R=15.28%
G=38.19%
B=46.53%

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
Decimal661652010.670.1800.2119655.5652.35
Hex42A5C94312015c43834
Octal102245311103220253047064
Binary1000010101001011100100110000111001001010111000100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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