Html Css Color HEX #464C5D Blue Zodiac

📋 copy color: '#464C5D'

red 70 ◦ green 76 ◦ blue 93

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

Shades of Blue Zodiac #464C5D

Tints of Blue Zodiac #464C5D

RGB

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

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

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

R = 29.29%
G = 31.8%
B = 38.91%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#464C5D (or 0x464C5D) is known color: Blue Zodiac. HEX triplet: 46, 4C and 5D. RGB value is (70,76,93). Sum of RGB (Red+Green+Blue) = 70+76+93=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 93 - color contains mainly: blue. Hex color #464C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C5D is #B9B3A2. Grayscale: #4C4C4C. Windows color (decimal): -12170147 or 6114374. OLE color: 6114374.

HSL color Cylindrical-coordinate representation of color #464C5D: hue angle of 224.35º 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 #464C5D is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 76 93 -
CMYK 0.25 0.18 0 0.64
HSL 224.35º 0.14% 0.32% -
HSV(B) 224.35º 0.25% 0.36% -
XYZ 7.09 7.26 11.38 -
YUV 76.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 70 76 93 0.25 0.18 0 0.64 224.35 0.14 0.32
Hex 46 4C 5D 19 12 0 40 E0 E 20
Octal 106 114 135 31 22 0 100 340 16 40
Binary 1000110 1001100 1011101 11001 10010 0 1000000 11100000 1110 100000

Color Harmonies of #464C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C5D

Black with #464C5D

Text Example


Text Example

White with #464C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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