Html Css Color HEX #429899 Blue Chill

📋 copy color: '#429899'

red 66 ◦ green 152 ◦ blue 153

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

Shades of Blue Chill #429899

Tints of Blue Chill #429899

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.97%

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

R = 17.79%
G = 40.97%
B = 41.24%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#429899 (or 0x429899) is known color: Blue Chill. HEX triplet: 42, 98 and 99. RGB value is (66,152,153). Sum of RGB (Red+Green+Blue) = 66+152+153=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #429899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429899 is #BD6766. Grayscale: #7E7E7E. Windows color (decimal): -12412775 or 10065986. OLE color: 10065986.

HSL color Cylindrical-coordinate representation of color #429899: hue angle of 180.69º 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 #429899 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 152 153 -
CMYK 0.57 0.01 0 0.4
HSL 180.69º 0.4% 0.43% -
HSV(B) 180.69º 0.57% 0.6% -
XYZ 19.22 25.91 34.13 -
YUV 126.4 143.01 84.92 -
System Red Green Blue C M Y K H S L
Decimal 66 152 153 0.57 0.01 0 0.4 180.69 0.4 0.43
Hex 42 98 99 39 1 0 28 B5 28 2B
Octal 102 230 231 71 1 0 50 265 50 53
Binary 1000010 10011000 10011001 111001 1 0 101000 10110101 101000 101011

Color Harmonies of #429899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429899

Black with #429899

Text Example


Text Example

White with #429899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429899; }

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

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

background-color css

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

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

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

border-color css

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

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

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