Html Css Color HEX #429193 Blue Chill

📋 copy color: '#429193'

red 66 ◦ green 145 ◦ blue 147

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

Shades of Blue Chill #429193

Tints of Blue Chill #429193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.06%

R = 18.44%
G = 40.5%
B = 41.06%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#429193 (or 0x429193) is known color: Blue Chill. HEX triplet: 42, 91 and 93. RGB value is (66,145,147). Sum of RGB (Red+Green+Blue) = 66+145+147=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #429193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429193 is #BD6E6C. Grayscale: #797979. Windows color (decimal): -12414573 or 9670978. OLE color: 9670978.

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

Color convert

RGB 66 145 147 -
CMYK 0.55 0.01 0 0.42
HSL 181.48º 0.38% 0.42% -
HSV(B) 181.48º 0.55% 0.58% -
XYZ 17.64 23.52 31.21 -
YUV 121.61 142.33 88.34 -
System Red Green Blue C M Y K H S L
Decimal 66 145 147 0.55 0.01 0 0.42 181.48 0.38 0.42
Hex 42 91 93 37 1 0 2A B5 26 2A
Octal 102 221 223 67 1 0 52 265 46 52
Binary 1000010 10010001 10010011 110111 1 0 101010 10110101 100110 101010

Color Harmonies of #429193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429193

Black with #429193

Text Example


Text Example

White with #429193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429193; }

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

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

background-color css

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

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

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

border-color css

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

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

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