Html Css Color HEX #40475C Blue Zodiac

📋 copy color: '#40475C'

red 64 ◦ green 71 ◦ blue 92

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

Shades of Blue Zodiac #40475C

Tints of Blue Zodiac #40475C

RGB

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

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

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

R = 28.19%
G = 31.28%
B = 40.53%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40475C (or 0x40475C) is known color: Blue Zodiac. HEX triplet: 40, 47 and 5C. RGB value is (64,71,92). Sum of RGB (Red+Green+Blue) = 64+71+92=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 92 - color contains mainly: blue. Hex color #40475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40475C is #BFB8A3. Grayscale: #474747. Windows color (decimal): -12564644 or 6047552. OLE color: 6047552.

HSL color Cylindrical-coordinate representation of color #40475C: hue angle of 225º 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 #40475C is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 71 92 -
CMYK 0.30 0.23 0 0.64
HSL 225º 0.18% 0.31% -
HSV(B) 225º 0.3% 0.36% -
XYZ 6.3 6.37 11.02 -
YUV 71.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 64 71 92 0.30 0.23 0 0.64 225 0.18 0.31
Hex 40 47 5C 1E 17 0 40 E1 12 1F
Octal 100 107 134 36 27 0 100 341 22 37
Binary 1000000 1000111 1011100 11110 10111 0 1000000 11100001 10010 11111

Color Harmonies of #40475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40475C

Black with #40475C

Text Example


Text Example

White with #40475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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