#429DCA

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

Shades of Viking #429DCA

Tints of Viking #429DCA

Color information

#429DCA (or 0x429DCA) is unknown color: approx Viking. HEX triplet: 42, 9D and CA. RGB value is (66,157,202). Sum of RGB (Red+Green+Blue) = 66+157+202=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #429DCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DCA is #BD6235. Grayscale: #868686. Windows color (decimal): -12411446 or 13278530. OLE color: 13278530.

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

Color convert

RGB66157202-
CMYK0.670.2200.21
HSL199.85º56.2%52.55%-
HSV(B)199.85º67.33%79.22%-
XYZ24.9629.5460.26-
YUV134.92165.8578.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.53%
GREEN value IS 157 (61.72% from 255) = 36.94%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=15.53%
G=36.94%
B=47.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal661572020.670.2200.21199.8556.252.55
Hex429DCA4316015c83835
Octal102235312103260253107065
Binary1000010100111011100101010000111011001010111001000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429DCA; }

 p { color: rgb(66,157,202); }

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

<style>
 a { background-color: #429DCA; }

 a { background-color: rgb(66,157,202); }

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

<style>
 span { border-color: #429DCA; }

 span { border-color: rgb(66,157,202); }

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