Html Css Color HEX #429191 Blue Chill

📋 copy color: '#429191'

red 66 ◦ green 145 ◦ blue 145

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

Shades of Blue Chill #429191

Tints of Blue Chill #429191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.73%

R = 18.54%
G = 40.73%
B = 40.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#429191 (or 0x429191) is known color: Blue Chill. HEX triplet: 42, 91 and 91. RGB value is (66,145,145). Sum of RGB (Red+Green+Blue) = 66+145+145=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #429191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429191 is #BD6E6E. Grayscale: #797979. Windows color (decimal): -12414575 or 9539906. OLE color: 9539906.

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

Color convert

RGB 66 145 145 -
CMYK 0.54 0 0 0.43
HSL 180º 0.37% 0.41% -
HSV(B) 180º 0.54% 0.57% -
XYZ 17.48 23.45 30.39 -
YUV 121.38 141.33 88.5 -
System Red Green Blue C M Y K H S L
Decimal 66 145 145 0.54 0 0 0.43 180 0.37 0.41
Hex 42 91 91 36 0 0 2B B4 25 29
Octal 102 221 221 66 0 0 53 264 45 51
Binary 1000010 10010001 10010001 110110 0 0 101011 10110100 100101 101001

Color Harmonies of #429191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429191

Black with #429191

Text Example


Text Example

White with #429191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429191; }

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

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

background-color css

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

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

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

border-color css

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

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

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