Html Css Color HEX #429293 Blue Chill

📋 copy color: '#429293'

red 66 ◦ green 146 ◦ blue 147

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

Shades of Blue Chill #429293

Tints of Blue Chill #429293

RGB

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

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

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

R = 18.38%
G = 40.67%
B = 40.95%

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

#429293 (or 0x429293) is known color: Blue Chill. HEX triplet: 42, 92 and 93. RGB value is (66,146,147). Sum of RGB (Red+Green+Blue) = 66+146+147=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #429293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429293 is #BD6D6C. Grayscale: #7A7A7A. Windows color (decimal): -12414317 or 9671234. OLE color: 9671234.

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

Color convert

RGB 66 146 147 -
CMYK 0.55 0.01 0 0.42
HSL 180.74º 0.38% 0.42% -
HSV(B) 180.74º 0.55% 0.58% -
XYZ 17.79 23.82 31.26 -
YUV 122.19 142 87.92 -
System Red Green Blue C M Y K H S L
Decimal 66 146 147 0.55 0.01 0 0.42 180.74 0.38 0.42
Hex 42 92 93 37 1 0 2A B5 26 2A
Octal 102 222 223 67 1 0 52 265 46 52
Binary 1000010 10010010 10010011 110111 1 0 101010 10110101 100110 101010

Color Harmonies of #429293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429293

Black with #429293

Text Example


Text Example

White with #429293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429293; }

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

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

background-color css

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

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

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

border-color css

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

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

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