#42A4CD

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

Shades of Viking #42A4CD

Tints of Viking #42A4CD

Color information

#42A4CD (or 0x42A4CD) is unknown color: approx Viking. HEX triplet: 42, A4 and CD. RGB value is (66,164,205). Sum of RGB (Red+Green+Blue) = 66+164+205=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #42A4CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A4CD is #BD5B32. Grayscale: #8B8B8B. Windows color (decimal): -12409651 or 13476930. OLE color: 13476930.

HSL color Cylindrical-coordinate representation of color #42A4CD: hue angle of 197.7º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42A4CD is Cyan = 0.68, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB66164205-
CMYK0.680.200.20
HSL197.7º58.16%53.14%-
HSV(B)197.7º67.8%80.39%-
XYZ26.5432.1262.56-
YUV139.37165.0375.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.17%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 205 (80.47% from 255) = 47.13%
R=15.17%
G=37.70%
B=47.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal661642050.680.200.20197.758.1653.14
Hex42A4CD4414014c63a35
Octal102244315104240243067265
Binary1000010101001001100110110001001010001010011000110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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