Html Css Color HEX #429791 Blue Chill

📋 copy color: '#429791'

red 66 ◦ green 151 ◦ blue 145

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

Shades of Blue Chill #429791

Tints of Blue Chill #429791

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.71%

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

R = 18.23%
G = 41.71%
B = 40.06%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#429791 (or 0x429791) is known color: Blue Chill. HEX triplet: 42, 97 and 91. RGB value is (66,151,145). Sum of RGB (Red+Green+Blue) = 66+151+145=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #429791 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429791 is #BD686E. Grayscale: #7C7C7C. Windows color (decimal): -12413039 or 9541442. OLE color: 9541442.

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

Color convert

RGB 66 151 145 -
CMYK 0.56 0 0.04 0.41
HSL 175.76º 0.39% 0.43% -
HSV(B) 175.76º 0.56% 0.59% -
XYZ 18.42 25.34 30.71 -
YUV 124.9 139.34 85.99 -
System Red Green Blue C M Y K H S L
Decimal 66 151 145 0.56 0 0.04 0.41 175.76 0.39 0.43
Hex 42 97 91 38 0 4 29 B0 27 2B
Octal 102 227 221 70 0 4 51 260 47 53
Binary 1000010 10010111 10010001 111000 0 100 101001 10110000 100111 101011

Color Harmonies of #429791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429791

Black with #429791

Text Example


Text Example

White with #429791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429791; }

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

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

background-color css

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

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

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

border-color css

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

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

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