Html Css Color HEX #40465A Blue Zodiac

📋 copy color: '#40465A'

red 64 ◦ green 70 ◦ blue 90

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

Shades of Blue Zodiac #40465A

Tints of Blue Zodiac #40465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40.18%

R = 28.57%
G = 31.25%
B = 40.18%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40465A (or 0x40465A) is known color: Blue Zodiac. HEX triplet: 40, 46 and 5A. RGB value is (64,70,90). Sum of RGB (Red+Green+Blue) = 64+70+90=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 90 - color contains mainly: blue. Hex color #40465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40465A is #BFB9A5. Grayscale: #464646. Windows color (decimal): -12564902 or 5916224. OLE color: 5916224.

HSL color Cylindrical-coordinate representation of color #40465A: hue angle of 226.15º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #40465A is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 70 90 -
CMYK 0.29 0.22 0 0.65
HSL 226.15º 0.17% 0.3% -
HSV(B) 226.15º 0.29% 0.35% -
XYZ 6.15 6.21 10.55 -
YUV 70.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 64 70 90 0.29 0.22 0 0.65 226.15 0.17 0.3
Hex 40 46 5A 1D 16 0 41 E2 11 1E
Octal 100 106 132 35 26 0 101 342 21 36
Binary 1000000 1000110 1011010 11101 10110 0 1000001 11100010 10001 11110

Color Harmonies of #40465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40465A

Black with #40465A

Text Example


Text Example

White with #40465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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