Html Css Color HEX #409991 Blue Chill

📋 copy color: '#409991'

red 64 ◦ green 153 ◦ blue 145

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

Shades of Blue Chill #409991

Tints of Blue Chill #409991

RGB

 RED value IS 64 (25.39% from 255) = 17.68%

 GREEN value IS 153 (60.16% from 255) = 42.27%

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

R = 17.68%
G = 42.27%
B = 40.06%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#409991 (or 0x409991) is known color: Blue Chill. HEX triplet: 40, 99 and 91. RGB value is (64,153,145). Sum of RGB (Red+Green+Blue) = 64+153+145=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #409991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409991 is #BF666E. Grayscale: #7D7D7D. Windows color (decimal): -12543599 or 9541952. OLE color: 9541952.

HSL color Cylindrical-coordinate representation of color #409991: hue angle of 174.61º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409991 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 153 145 -
CMYK 0.58 0 0.05 0.4
HSL 174.61º 0.41% 0.43% -
HSV(B) 174.61º 0.58% 0.6% -
XYZ 18.62 25.92 30.81 -
YUV 125.48 139.01 84.15 -
System Red Green Blue C M Y K H S L
Decimal 64 153 145 0.58 0 0.05 0.4 174.61 0.41 0.43
Hex 40 99 91 3A 0 5 28 AF 29 2B
Octal 100 231 221 72 0 5 50 257 51 53
Binary 1000000 10011001 10010001 111010 0 101 101000 10101111 101001 101011

Color Harmonies of #409991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409991

Black with #409991

Text Example


Text Example

White with #409991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409991; }

 p { color: rgb(64,153,145); }

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

background-color css

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

 a { background-color: rgb(64,153,145); }

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

border-color css

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

 span { border-color: rgb(64,153,145); }

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