Html Css Color HEX #429EBF Viking

📋 copy color: '#429EBF'

red 66 ◦ green 158 ◦ blue 191

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

Shades of Viking #429EBF

Tints of Viking #429EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.02%

R = 15.9%
G = 38.07%
B = 46.02%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#429EBF (or 0x429EBF) is known color: Viking. HEX triplet: 42, 9E and BF. RGB value is (66,158,191). Sum of RGB (Red+Green+Blue) = 66+158+191=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #429EBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429EBF is #BD6140. Grayscale: #868686. Windows color (decimal): -12411201 or 12557890. OLE color: 12557890.

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

Color convert

RGB 66 158 191 -
CMYK 0.65 0.17 0 0.25
HSL 195.84º 0.49% 0.5% -
HSV(B) 195.84º 0.65% 0.75% -
XYZ 23.88 29.37 53.7 -
YUV 134.25 160.02 79.32 -
System Red Green Blue C M Y K H S L
Decimal 66 158 191 0.65 0.17 0 0.25 195.84 0.49 0.5
Hex 42 9E BF 41 11 0 19 C4 31 32
Octal 102 236 277 101 21 0 31 304 61 62
Binary 1000010 10011110 10111111 1000001 10001 0 11001 11000100 110001 110010

Color Harmonies of #429EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429EBF

Black with #429EBF

Text Example


Text Example

White with #429EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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