Html Css Color HEX #40465B Blue Zodiac

📋 copy color: '#40465B'

red 64 ◦ green 70 ◦ blue 91

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

Shades of Blue Zodiac #40465B

Tints of Blue Zodiac #40465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.11%

 BLUE value IS 91 (35.94% from 255) = 40.44%

R = 28.44%
G = 31.11%
B = 40.44%

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

#40465B (or 0x40465B) is known color: Blue Zodiac. HEX triplet: 40, 46 and 5B. RGB value is (64,70,91). Sum of RGB (Red+Green+Blue) = 64+70+91=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #40465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40465B is #BFB9A4. Grayscale: #464646. Windows color (decimal): -12564901 or 5981760. OLE color: 5981760.

HSL color Cylindrical-coordinate representation of color #40465B: hue angle of 226.67º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40465B is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 70 91 -
CMYK 0.30 0.23 0 0.64
HSL 226.67º 0.17% 0.3% -
HSV(B) 226.67º 0.3% 0.36% -
XYZ 6.19 6.23 10.77 -
YUV 70.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 64 70 91 0.30 0.23 0 0.64 226.67 0.17 0.3
Hex 40 46 5B 1E 17 0 40 E3 11 1E
Octal 100 106 133 36 27 0 100 343 21 36
Binary 1000000 1000110 1011011 11110 10111 0 1000000 11100011 10001 11110

Color Harmonies of #40465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40465B

Black with #40465B

Text Example


Text Example

White with #40465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40465B; }

 p { color: rgb(64,70,91); }

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

background-color css

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

 a { background-color: rgb(64,70,91); }

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

border-color css

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

 span { border-color: rgb(64,70,91); }

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