Html Css Color HEX #40465C Blue Zodiac

📋 copy color: '#40465C'

red 64 ◦ green 70 ◦ blue 92

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

Shades of Blue Zodiac #40465C

Tints of Blue Zodiac #40465C

RGB

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

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

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

R = 28.32%
G = 30.97%
B = 40.71%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40465C (or 0x40465C) is known color: Blue Zodiac. HEX triplet: 40, 46 and 5C. RGB value is (64,70,92). Sum of RGB (Red+Green+Blue) = 64+70+92=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 92 - color contains mainly: blue. Hex color #40465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40465C is #BFB9A3. Grayscale: #464646. Windows color (decimal): -12564900 or 6047296. OLE color: 6047296.

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

Color convert

RGB 64 70 92 -
CMYK 0.30 0.24 0 0.64
HSL 227.14º 0.18% 0.31% -
HSV(B) 227.14º 0.3% 0.36% -
XYZ 6.24 6.24 11 -
YUV 70.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 64 70 92 0.30 0.24 0 0.64 227.14 0.18 0.31
Hex 40 46 5C 1E 18 0 40 E3 12 1F
Octal 100 106 134 36 30 0 100 343 22 37
Binary 1000000 1000110 1011100 11110 11000 0 1000000 11100011 10010 11111

Color Harmonies of #40465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40465C

Black with #40465C

Text Example


Text Example

White with #40465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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