Html Css Color HEX #429192 Blue Chill

📋 copy color: '#429192'

red 66 ◦ green 145 ◦ blue 146

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

Shades of Blue Chill #429192

Tints of Blue Chill #429192

RGB

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

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

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

R = 18.49%
G = 40.62%
B = 40.9%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#429192 (or 0x429192) is known color: Blue Chill. HEX triplet: 42, 91 and 92. RGB value is (66,145,146). Sum of RGB (Red+Green+Blue) = 66+145+146=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 146 - color contains mainly: blue. Hex color #429192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429192 is #BD6E6D. Grayscale: #797979. Windows color (decimal): -12414574 or 9605442. OLE color: 9605442.

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

Color convert

RGB 66 145 146 -
CMYK 0.55 0.01 0 0.43
HSL 180.75º 0.38% 0.42% -
HSV(B) 180.75º 0.55% 0.57% -
XYZ 17.56 23.48 30.8 -
YUV 121.49 141.83 88.42 -
System Red Green Blue C M Y K H S L
Decimal 66 145 146 0.55 0.01 0 0.43 180.75 0.38 0.42
Hex 42 91 92 37 1 0 2B B5 26 2A
Octal 102 221 222 67 1 0 53 265 46 52
Binary 1000010 10010001 10010010 110111 1 0 101011 10110101 100110 101010

Color Harmonies of #429192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429192

Black with #429192

Text Example


Text Example

White with #429192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429192; }

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

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

background-color css

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

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

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

border-color css

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

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

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