Html Css Color HEX #40475E Blue Zodiac

📋 copy color: '#40475E'

red 64 ◦ green 71 ◦ blue 94

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

Shades of Blue Zodiac #40475E

Tints of Blue Zodiac #40475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31%

 BLUE value IS 94 (37.11% from 255) = 41.05%

R = 27.95%
G = 31%
B = 41.05%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40475E (or 0x40475E) is known color: Blue Zodiac. HEX triplet: 40, 47 and 5E. RGB value is (64,71,94). Sum of RGB (Red+Green+Blue) = 64+71+94=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 94 - color contains mainly: blue. Hex color #40475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40475E is #BFB8A1. Grayscale: #474747. Windows color (decimal): -12564642 or 6178624. OLE color: 6178624.

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

Color convert

RGB 64 71 94 -
CMYK 0.32 0.24 0 0.63
HSL 226º 0.19% 0.31% -
HSV(B) 226º 0.32% 0.37% -
XYZ 6.39 6.4 11.49 -
YUV 71.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 64 71 94 0.32 0.24 0 0.63 226 0.19 0.31
Hex 40 47 5E 20 18 0 3F E2 13 1F
Octal 100 107 136 40 30 0 77 342 23 37
Binary 1000000 1000111 1011110 100000 11000 0 111111 11100010 10011 11111

Color Harmonies of #40475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40475E

Black with #40475E

Text Example


Text Example

White with #40475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40475E; }

 p { color: rgb(64,71,94); }

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

background-color css

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

 a { background-color: rgb(64,71,94); }

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

border-color css

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

 span { border-color: rgb(64,71,94); }

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