Html Css Color HEX #429EC0 Viking

📋 copy color: '#429EC0'

red 66 ◦ green 158 ◦ blue 192

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

Shades of Viking #429EC0

Tints of Viking #429EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.15%

R = 15.87%
G = 37.98%
B = 46.15%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#429EC0 (or 0x429EC0) is known color: Viking. HEX triplet: 42, 9E and C0. RGB value is (66,158,192). Sum of RGB (Red+Green+Blue) = 66+158+192=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #429EC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429EC0 is #BD613F. Grayscale: #868686. Windows color (decimal): -12411200 or 12623426. OLE color: 12623426.

HSL color Cylindrical-coordinate representation of color #429EC0: hue angle of 196.19º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #429EC0 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 158 192 -
CMYK 0.66 0.18 0 0.25
HSL 196.19º 0.5% 0.51% -
HSV(B) 196.19º 0.66% 0.75% -
XYZ 23.99 29.42 54.28 -
YUV 134.37 160.52 79.24 -
System Red Green Blue C M Y K H S L
Decimal 66 158 192 0.66 0.18 0 0.25 196.19 0.5 0.51
Hex 42 9E C0 42 12 0 19 C4 32 33
Octal 102 236 300 102 22 0 31 304 62 63
Binary 1000010 10011110 11000000 1000010 10010 0 11001 11000100 110010 110011

Color Harmonies of #429EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429EC0

Black with #429EC0

Text Example


Text Example

White with #429EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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