Html Css Color HEX #429292 Blue Chill

📋 copy color: '#429292'

red 66 ◦ green 146 ◦ blue 146

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

Shades of Blue Chill #429292

Tints of Blue Chill #429292

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.78%

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

R = 18.44%
G = 40.78%
B = 40.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#429292 (or 0x429292) is known color: Blue Chill. HEX triplet: 42, 92 and 92. RGB value is (66,146,146). Sum of RGB (Red+Green+Blue) = 66+146+146=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #429292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429292 is #BD6D6D. Grayscale: #7A7A7A. Windows color (decimal): -12414318 or 9605698. OLE color: 9605698.

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

Color convert

RGB 66 146 146 -
CMYK 0.55 0 0 0.43
HSL 180º 0.38% 0.42% -
HSV(B) 180º 0.55% 0.57% -
XYZ 17.71 23.79 30.85 -
YUV 122.08 141.5 88 -
System Red Green Blue C M Y K H S L
Decimal 66 146 146 0.55 0 0 0.43 180 0.38 0.42
Hex 42 92 92 37 0 0 2B B4 26 2A
Octal 102 222 222 67 0 0 53 264 46 52
Binary 1000010 10010010 10010010 110111 0 0 101011 10110100 100110 101010

Color Harmonies of #429292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429292

Black with #429292

Text Example


Text Example

White with #429292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429292; }

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

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

background-color css

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

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

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

border-color css

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

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

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