Html Css Color HEX #429691 Blue Chill

📋 copy color: '#429691'

red 66 ◦ green 150 ◦ blue 145

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

Shades of Blue Chill #429691

Tints of Blue Chill #429691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.55%

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

R = 18.28%
G = 41.55%
B = 40.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#429691 (or 0x429691) is known color: Blue Chill. HEX triplet: 42, 96 and 91. RGB value is (66,150,145). Sum of RGB (Red+Green+Blue) = 66+150+145=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 150 - color contains mainly: green. Hex color #429691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429691 is #BD696E. Grayscale: #7C7C7C. Windows color (decimal): -12413295 or 9541186. OLE color: 9541186.

HSL color Cylindrical-coordinate representation of color #429691: hue angle of 176.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429691 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 150 145 -
CMYK 0.56 0 0.03 0.41
HSL 176.43º 0.39% 0.42% -
HSV(B) 176.43º 0.56% 0.59% -
XYZ 18.26 25.02 30.65 -
YUV 124.31 139.67 86.41 -
System Red Green Blue C M Y K H S L
Decimal 66 150 145 0.56 0 0.03 0.41 176.43 0.39 0.42
Hex 42 96 91 38 0 3 29 B0 27 2A
Octal 102 226 221 70 0 3 51 260 47 52
Binary 1000010 10010110 10010001 111000 0 11 101001 10110000 100111 101010

Color Harmonies of #429691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429691

Black with #429691

Text Example


Text Example

White with #429691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429691; }

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

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

background-color css

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

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

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

border-color css

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

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

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