Html Css Color HEX #464C5E Blue Zodiac

📋 copy color: '#464C5E'

red 70 ◦ green 76 ◦ blue 94

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

Shades of Blue Zodiac #464C5E

Tints of Blue Zodiac #464C5E

RGB

 RED value IS 70 (27.73% from 255) = 29.17%

 GREEN value IS 76 (30.08% from 255) = 31.67%

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

R = 29.17%
G = 31.67%
B = 39.17%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#464C5E (or 0x464C5E) is known color: Blue Zodiac. HEX triplet: 46, 4C and 5E. RGB value is (70,76,94). Sum of RGB (Red+Green+Blue) = 70+76+94=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 94 - color contains mainly: blue. Hex color #464C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C5E is #B9B3A1. Grayscale: #4C4C4C. Windows color (decimal): -12170146 or 6179910. OLE color: 6179910.

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

Color convert

RGB 70 76 94 -
CMYK 0.26 0.19 0 0.63
HSL 225º 0.15% 0.32% -
HSV(B) 225º 0.26% 0.37% -
XYZ 7.13 7.28 11.62 -
YUV 76.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 70 76 94 0.26 0.19 0 0.63 225 0.15 0.32
Hex 46 4C 5E 1A 13 0 3F E1 F 20
Octal 106 114 136 32 23 0 77 341 17 40
Binary 1000110 1001100 1011110 11010 10011 0 111111 11100001 1111 100000

Color Harmonies of #464C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C5E

Black with #464C5E

Text Example


Text Example

White with #464C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464C5E; }

 p { color: rgb(70,76,94); }

 H1.HeaderClassName
 {
   color: #464C5E;
 }
 .AnyTagClassName
 {
   color: #464C5E;
 }
</style>

background-color css

<style>
 a { background-color: #464C5E; }

 a { background-color: rgb(70,76,94); }

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

border-color css

<style>
 span { border-color: #464C5E; }

 span { border-color: rgb(70,76,94); }

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