Html Css Color HEX #40495F Blue Zodiac

📋 copy color: '#40495F'

red 64 ◦ green 73 ◦ blue 95

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

Shades of Blue Zodiac #40495F

Tints of Blue Zodiac #40495F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.95%

R = 27.59%
G = 31.47%
B = 40.95%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40495F (or 0x40495F) is known color: Blue Zodiac. HEX triplet: 40, 49 and 5F. RGB value is (64,73,95). Sum of RGB (Red+Green+Blue) = 64+73+95=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #40495F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40495F is #BFB6A0. Grayscale: #484848. Windows color (decimal): -12564129 or 6244672. OLE color: 6244672.

HSL color Cylindrical-coordinate representation of color #40495F: hue angle of 222.58º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40495F is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 73 95 -
CMYK 0.33 0.23 0 0.63
HSL 222.58º 0.19% 0.31% -
HSV(B) 222.58º 0.33% 0.37% -
XYZ 6.56 6.68 11.77 -
YUV 72.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 64 73 95 0.33 0.23 0 0.63 222.58 0.19 0.31
Hex 40 49 5F 21 17 0 3F DF 13 1F
Octal 100 111 137 41 27 0 77 337 23 37
Binary 1000000 1001001 1011111 100001 10111 0 111111 11011111 10011 11111

Color Harmonies of #40495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40495F

Black with #40495F

Text Example


Text Example

White with #40495F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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