Html Css Color HEX #429199 Blue Chill

📋 copy color: '#429199'

red 66 ◦ green 145 ◦ blue 153

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

Shades of Blue Chill #429199

Tints of Blue Chill #429199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.84%

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 18.13%
G = 39.84%
B = 42.03%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#429199 (or 0x429199) is known color: Blue Chill. HEX triplet: 42, 91 and 99. RGB value is (66,145,153). Sum of RGB (Red+Green+Blue) = 66+145+153=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #429199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429199 is #BD6E66. Grayscale: #7A7A7A. Windows color (decimal): -12414567 or 10064194. OLE color: 10064194.

HSL color Cylindrical-coordinate representation of color #429199: hue angle of 185.52º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429199 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 145 153 -
CMYK 0.57 0.05 0 0.4
HSL 185.52º 0.4% 0.43% -
HSV(B) 185.52º 0.57% 0.6% -
XYZ 18.12 23.71 33.76 -
YUV 122.29 145.33 87.85 -
System Red Green Blue C M Y K H S L
Decimal 66 145 153 0.57 0.05 0 0.4 185.52 0.4 0.43
Hex 42 91 99 39 5 0 28 BA 28 2B
Octal 102 221 231 71 5 0 50 272 50 53
Binary 1000010 10010001 10011001 111001 101 0 101000 10111010 101000 101011

Color Harmonies of #429199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429199

Black with #429199

Text Example


Text Example

White with #429199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429199; }

 p { color: rgb(66,145,153); }

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

background-color css

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

 a { background-color: rgb(66,145,153); }

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

border-color css

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

 span { border-color: rgb(66,145,153); }

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