Html Css Color HEX #409993 Blue Chill

📋 copy color: '#409993'

red 64 ◦ green 153 ◦ blue 147

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

Shades of Blue Chill #409993

Tints of Blue Chill #409993

RGB

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

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

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

R = 17.58%
G = 42.03%
B = 40.38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#409993 (or 0x409993) is known color: Blue Chill. HEX triplet: 40, 99 and 93. RGB value is (64,153,147). Sum of RGB (Red+Green+Blue) = 64+153+147=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #409993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409993 is #BF666C. Grayscale: #7D7D7D. Windows color (decimal): -12543597 or 9673024. OLE color: 9673024.

HSL color Cylindrical-coordinate representation of color #409993: hue angle of 175.96º 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 #409993 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 153 147 -
CMYK 0.58 0 0.04 0.4
HSL 175.96º 0.41% 0.43% -
HSV(B) 175.96º 0.58% 0.6% -
XYZ 18.77 25.98 31.63 -
YUV 125.71 140.01 83.99 -
System Red Green Blue C M Y K H S L
Decimal 64 153 147 0.58 0 0.04 0.4 175.96 0.41 0.43
Hex 40 99 93 3A 0 4 28 B0 29 2B
Octal 100 231 223 72 0 4 50 260 51 53
Binary 1000000 10011001 10010011 111010 0 100 101000 10110000 101001 101011

Color Harmonies of #409993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409993

Black with #409993

Text Example


Text Example

White with #409993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409993; }

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

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

background-color css

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

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

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

border-color css

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

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

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