Html Css Color HEX #429FC0 Viking

📋 copy color: '#429FC0'

red 66 ◦ green 159 ◦ blue 192

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

Shades of Viking #429FC0

Tints of Viking #429FC0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.13%

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

R = 15.83%
G = 38.13%
B = 46.04%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#429FC0 (or 0x429FC0) is known color: Viking. HEX triplet: 42, 9F and C0. RGB value is (66,159,192). Sum of RGB (Red+Green+Blue) = 66+159+192=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #429FC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429FC0 is #BD603F. Grayscale: #868686. Windows color (decimal): -12410944 or 12623682. OLE color: 12623682.

HSL color Cylindrical-coordinate representation of color #429FC0: hue angle of 195.71º 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 #429FC0 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 159 192 -
CMYK 0.66 0.17 0 0.25
HSL 195.71º 0.5% 0.51% -
HSV(B) 195.71º 0.66% 0.75% -
XYZ 24.16 29.76 54.34 -
YUV 134.96 160.19 78.82 -
System Red Green Blue C M Y K H S L
Decimal 66 159 192 0.66 0.17 0 0.25 195.71 0.5 0.51
Hex 42 9F C0 42 11 0 19 C4 32 33
Octal 102 237 300 102 21 0 31 304 62 63
Binary 1000010 10011111 11000000 1000010 10001 0 11001 11000100 110010 110011

Color Harmonies of #429FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429FC0

Black with #429FC0

Text Example


Text Example

White with #429FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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