Html Css Color HEX #464953 Blue Zodiac

📋 copy color: '#464953'

red 70 ◦ green 73 ◦ blue 83

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

Shades of Blue Zodiac #464953

Tints of Blue Zodiac #464953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.3%

 BLUE value IS 83 (32.81% from 255) = 36.73%

R = 30.97%
G = 32.3%
B = 36.73%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#464953 (or 0x464953) is known color: Blue Zodiac. HEX triplet: 46, 49 and 53. RGB value is (70,73,83). Sum of RGB (Red+Green+Blue) = 70+73+83=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 83 - color contains mainly: blue. Hex color #464953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464953 is #B9B6AC. Grayscale: #494949. Windows color (decimal): -12170925 or 5458246. OLE color: 5458246.

HSL color Cylindrical-coordinate representation of color #464953: hue angle of 226.15º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #464953 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 73 83 -
CMYK 0.16 0.12 0 0.67
HSL 226.15º 0.08% 0.3% -
HSV(B) 226.15º 0.16% 0.33% -
XYZ 6.47 6.69 9.13 -
YUV 73.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 70 73 83 0.16 0.12 0 0.67 226.15 0.08 0.3
Hex 46 49 53 10 C 0 43 E2 8 1E
Octal 106 111 123 20 14 0 103 342 10 36
Binary 1000110 1001001 1010011 10000 1100 0 1000011 11100010 1000 11110

Color Harmonies of #464953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464953

Black with #464953

Text Example


Text Example

White with #464953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464953; }

 p { color: rgb(70,73,83); }

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

background-color css

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

 a { background-color: rgb(70,73,83); }

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

border-color css

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

 span { border-color: rgb(70,73,83); }

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