Html Css Color HEX #464A5D Blue Zodiac

📋 copy color: '#464A5D'

red 70 ◦ green 74 ◦ blue 93

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

Shades of Blue Zodiac #464A5D

Tints of Blue Zodiac #464A5D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.22%

 BLUE value IS 93 (36.72% from 255) = 39.24%

R = 29.54%
G = 31.22%
B = 39.24%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#464A5D (or 0x464A5D) is known color: Blue Zodiac. HEX triplet: 46, 4A and 5D. RGB value is (70,74,93). Sum of RGB (Red+Green+Blue) = 70+74+93=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #464A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A5D is #B9B5A2. Grayscale: #4A4A4A. Windows color (decimal): -12170659 or 6113862. OLE color: 6113862.

HSL color Cylindrical-coordinate representation of color #464A5D: hue angle of 229.57º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #464A5D is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 74 93 -
CMYK 0.25 0.20 0 0.64
HSL 229.57º 0.14% 0.32% -
HSV(B) 229.57º 0.25% 0.36% -
XYZ 6.95 6.99 11.34 -
YUV 74.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 70 74 93 0.25 0.20 0 0.64 229.57 0.14 0.32
Hex 46 4A 5D 19 14 0 40 E6 E 20
Octal 106 112 135 31 24 0 100 346 16 40
Binary 1000110 1001010 1011101 11001 10100 0 1000000 11100110 1110 100000

Color Harmonies of #464A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A5D

Black with #464A5D

Text Example


Text Example

White with #464A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,74,93); }

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

background-color css

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

 a { background-color: rgb(70,74,93); }

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

border-color css

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

 span { border-color: rgb(70,74,93); }

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