Html Css Color HEX #429FBE Viking

📋 copy color: '#429FBE'

red 66 ◦ green 159 ◦ blue 190

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

Shades of Viking #429FBE

Tints of Viking #429FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 15.9%
G = 38.31%
B = 45.78%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#429FBE (or 0x429FBE) is known color: Viking. HEX triplet: 42, 9F and BE. RGB value is (66,159,190). Sum of RGB (Red+Green+Blue) = 66+159+190=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #429FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429FBE is #BD6041. Grayscale: #868686. Windows color (decimal): -12410946 or 12492610. OLE color: 12492610.

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

Color convert

RGB 66 159 190 -
CMYK 0.65 0.16 0 0.25
HSL 195º 0.49% 0.5% -
HSV(B) 195º 0.65% 0.75% -
XYZ 23.94 29.67 53.18 -
YUV 134.73 159.19 78.98 -
System Red Green Blue C M Y K H S L
Decimal 66 159 190 0.65 0.16 0 0.25 195 0.49 0.5
Hex 42 9F BE 41 10 0 19 C3 31 32
Octal 102 237 276 101 20 0 31 303 61 62
Binary 1000010 10011111 10111110 1000001 10000 0 11001 11000011 110001 110010

Color Harmonies of #429FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429FBE

Black with #429FBE

Text Example


Text Example

White with #429FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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