Html Css Color HEX #429ECC Viking

📋 copy color: '#429ECC'

red 66 ◦ green 158 ◦ blue 204

#429ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #429ECC

Tints of Viking #429ECC

RGB

 RED value IS 66 (26.17% from 255) = 15.42%

 GREEN value IS 158 (62.11% from 255) = 36.92%

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 15.42%
G = 36.92%
B = 47.66%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#429ECC (or 0x429ECC) is known color: Viking. HEX triplet: 42, 9E and CC. RGB value is (66,158,204). Sum of RGB (Red+Green+Blue) = 66+158+204=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #429ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429ECC is #BD6133. Grayscale: #878787. Windows color (decimal): -12411188 or 13409858. OLE color: 13409858.

HSL color Cylindrical-coordinate representation of color #429ECC: hue angle of 200º degrees, saturation: 0.57, 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 #429ECC is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 158 204 -
CMYK 0.68 0.23 0 0.2
HSL 200º 0.58% 0.53% -
HSV(B) 200º 0.68% 0.8% -
XYZ 25.37 29.97 61.57 -
YUV 135.74 166.52 78.26 -
System Red Green Blue C M Y K H S L
Decimal 66 158 204 0.68 0.23 0 0.2 200 0.58 0.53
Hex 42 9E CC 44 17 0 14 C8 3A 35
Octal 102 236 314 104 27 0 24 310 72 65
Binary 1000010 10011110 11001100 1000100 10111 0 10100 11001000 111010 110101

Color Harmonies of #429ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429ECC

Black with #429ECC

Text Example


Text Example

White with #429ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,158,204); }

 H1.HeaderClassName
 {
   color: #429ECC;
 }
 .AnyTagClassName
 {
   color: #429ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(66,158,204); }

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

border-color css

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

 span { border-color: rgb(66,158,204); }

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