Html Css Color HEX #40495C Blue Zodiac

📋 copy color: '#40495C'

red 64 ◦ green 73 ◦ blue 92

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

Shades of Blue Zodiac #40495C

Tints of Blue Zodiac #40495C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.88%

 BLUE value IS 92 (36.33% from 255) = 40.17%

R = 27.95%
G = 31.88%
B = 40.17%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40495C (or 0x40495C) is known color: Blue Zodiac. HEX triplet: 40, 49 and 5C. RGB value is (64,73,92). Sum of RGB (Red+Green+Blue) = 64+73+92=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 92 - color contains mainly: blue. Hex color #40495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40495C is #BFB6A3. Grayscale: #484848. Windows color (decimal): -12564132 or 6048064. OLE color: 6048064.

HSL color Cylindrical-coordinate representation of color #40495C: hue angle of 220.71º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40495C is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 73 92 -
CMYK 0.30 0.21 0 0.64
HSL 220.71º 0.18% 0.31% -
HSV(B) 220.71º 0.3% 0.36% -
XYZ 6.43 6.63 11.07 -
YUV 72.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 64 73 92 0.30 0.21 0 0.64 220.71 0.18 0.31
Hex 40 49 5C 1E 15 0 40 DD 12 1F
Octal 100 111 134 36 25 0 100 335 22 37
Binary 1000000 1001001 1011100 11110 10101 0 1000000 11011101 10010 11111

Color Harmonies of #40495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40495C

Black with #40495C

Text Example


Text Example

White with #40495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40495C; }

 p { color: rgb(64,73,92); }

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

background-color css

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

 a { background-color: rgb(64,73,92); }

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

border-color css

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

 span { border-color: rgb(64,73,92); }

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