Html Css Color HEX #464B5E Blue Zodiac

📋 copy color: '#464B5E'

red 70 ◦ green 75 ◦ blue 94

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

Shades of Blue Zodiac #464B5E

Tints of Blue Zodiac #464B5E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.38%

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

R = 29.29%
G = 31.38%
B = 39.33%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#464B5E (or 0x464B5E) is known color: Blue Zodiac. HEX triplet: 46, 4B and 5E. RGB value is (70,75,94). Sum of RGB (Red+Green+Blue) = 70+75+94=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 94 - color contains mainly: blue. Hex color #464B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B5E is #B9B4A1. Grayscale: #4B4B4B. Windows color (decimal): -12170402 or 6179654. OLE color: 6179654.

HSL color Cylindrical-coordinate representation of color #464B5E: hue angle of 227.5º 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 #464B5E is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 75 94 -
CMYK 0.26 0.20 0 0.63
HSL 227.5º 0.15% 0.32% -
HSV(B) 227.5º 0.26% 0.37% -
XYZ 7.06 7.14 11.6 -
YUV 75.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 70 75 94 0.26 0.20 0 0.63 227.5 0.15 0.32
Hex 46 4B 5E 1A 14 0 3F E4 F 20
Octal 106 113 136 32 24 0 77 344 17 40
Binary 1000110 1001011 1011110 11010 10100 0 111111 11100100 1111 100000

Color Harmonies of #464B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B5E

Black with #464B5E

Text Example


Text Example

White with #464B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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