Html Css Color HEX #474954 Blue Zodiac

📋 copy color: '#474954'

red 71 ◦ green 73 ◦ blue 84

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

Shades of Blue Zodiac #474954

Tints of Blue Zodiac #474954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 36.84%

R = 31.14%
G = 32.02%
B = 36.84%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#474954 (or 0x474954) is known color: Blue Zodiac. HEX triplet: 47, 49 and 54. RGB value is (71,73,84). Sum of RGB (Red+Green+Blue) = 71+73+84=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 84 - color contains mainly: blue. Hex color #474954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474954 is #B8B6AB. Grayscale: #494949. Windows color (decimal): -12105388 or 5523783. OLE color: 5523783.

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

Color convert

RGB 71 73 84 -
CMYK 0.15 0.13 0 0.67
HSL 230.77º 0.08% 0.3% -
HSV(B) 230.77º 0.15% 0.33% -
XYZ 6.58 6.74 9.34 -
YUV 73.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 71 73 84 0.15 0.13 0 0.67 230.77 0.08 0.3
Hex 47 49 54 F D 0 43 E7 8 1E
Octal 107 111 124 17 15 0 103 347 10 36
Binary 1000111 1001001 1010100 1111 1101 0 1000011 11100111 1000 11110

Color Harmonies of #474954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474954

Black with #474954

Text Example


Text Example

White with #474954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474954; }

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

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

background-color css

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

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

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

border-color css

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

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

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