Html Css Color HEX #474953 Blue Zodiac

📋 copy color: '#474953'

red 71 ◦ green 73 ◦ blue 83

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

Shades of Blue Zodiac #474953

Tints of Blue Zodiac #474953

RGB

 RED value IS 71 (28.13% from 255) = 31.28%

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

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

R = 31.28%
G = 32.16%
B = 36.56%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#474953 (or 0x474953) is known color: Blue Zodiac. HEX triplet: 47, 49 and 53. RGB value is (71,73,83). Sum of RGB (Red+Green+Blue) = 71+73+83=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 83 - color contains mainly: blue. Hex color #474953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474953 is #B8B6AC. Grayscale: #494949. Windows color (decimal): -12105389 or 5458247. OLE color: 5458247.

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

Color convert

RGB 71 73 83 -
CMYK 0.14 0.12 0 0.67
HSL 230º 0.08% 0.3% -
HSV(B) 230º 0.14% 0.33% -
XYZ 6.54 6.73 9.14 -
YUV 73.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 71 73 83 0.14 0.12 0 0.67 230 0.08 0.3
Hex 47 49 53 E C 0 43 E6 8 1E
Octal 107 111 123 16 14 0 103 346 10 36
Binary 1000111 1001001 1010011 1110 1100 0 1000011 11100110 1000 11110

Color Harmonies of #474953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474953

Black with #474953

Text Example


Text Example

White with #474953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474953; }

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

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

background-color css

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

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

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

border-color css

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

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

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