Html Css Color HEX #429194 Blue Chill

📋 copy color: '#429194'

red 66 ◦ green 145 ◦ blue 148

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

Shades of Blue Chill #429194

Tints of Blue Chill #429194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.23%

R = 18.38%
G = 40.39%
B = 41.23%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#429194 (or 0x429194) is known color: Blue Chill. HEX triplet: 42, 91 and 94. RGB value is (66,145,148). Sum of RGB (Red+Green+Blue) = 66+145+148=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 148 - color contains mainly: blue. Hex color #429194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429194 is #BD6E6B. Grayscale: #797979. Windows color (decimal): -12414572 or 9736514. OLE color: 9736514.

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

Color convert

RGB 66 145 148 -
CMYK 0.55 0.02 0 0.42
HSL 182.2º 0.38% 0.42% -
HSV(B) 182.2º 0.55% 0.58% -
XYZ 17.72 23.55 31.63 -
YUV 121.72 142.83 88.26 -
System Red Green Blue C M Y K H S L
Decimal 66 145 148 0.55 0.02 0 0.42 182.2 0.38 0.42
Hex 42 91 94 37 2 0 2A B6 26 2A
Octal 102 221 224 67 2 0 52 266 46 52
Binary 1000010 10010001 10010100 110111 10 0 101010 10110110 100110 101010

Color Harmonies of #429194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429194

Black with #429194

Text Example


Text Example

White with #429194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429194; }

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

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

background-color css

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

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

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

border-color css

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

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

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