Html Css Color HEX #429992 Blue Chill

📋 copy color: '#429992'

red 66 ◦ green 153 ◦ blue 146

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

Shades of Blue Chill #429992

Tints of Blue Chill #429992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.92%

 BLUE value IS 146 (57.42% from 255) = 40%

R = 18.08%
G = 41.92%
B = 40%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#429992 (or 0x429992) is known color: Blue Chill. HEX triplet: 42, 99 and 92. RGB value is (66,153,146). Sum of RGB (Red+Green+Blue) = 66+153+146=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #429992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429992 is #BD666D. Grayscale: #7E7E7E. Windows color (decimal): -12412526 or 9607490. OLE color: 9607490.

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

Color convert

RGB 66 153 146 -
CMYK 0.57 0 0.05 0.4
HSL 175.17º 0.4% 0.43% -
HSV(B) 175.17º 0.57% 0.6% -
XYZ 18.83 26.02 31.22 -
YUV 126.19 139.18 85.07 -
System Red Green Blue C M Y K H S L
Decimal 66 153 146 0.57 0 0.05 0.4 175.17 0.4 0.43
Hex 42 99 92 39 0 5 28 AF 28 2B
Octal 102 231 222 71 0 5 50 257 50 53
Binary 1000010 10011001 10010010 111001 0 101 101000 10101111 101000 101011

Color Harmonies of #429992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429992

Black with #429992

Text Example


Text Example

White with #429992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429992; }

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

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

background-color css

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

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

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

border-color css

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

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

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