#47484D

Color #47484D Blue Zodiac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Zodiac #47484D

Tints of Blue Zodiac #47484D

Color information

#47484D (or 0x47484D) is unknown color: approx Blue Zodiac. HEX triplet: 47, 48 and 4D. RGB value is (71,72,77). Sum of RGB (Red+Green+Blue) = 71+72+77=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 77 - color contains mainly: blue. Hex color #47484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47484D is #B8B7B2. Grayscale: #484848. Windows color (decimal): -12105651 or 5064775. OLE color: 5064775.

HSL color Cylindrical-coordinate representation of color #47484D: hue angle of 230º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #47484D is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB717277-
CMYK0.080.0600.70
HSL230º4.05%29.02%-
HSV(B)230º7.79%30.2%-
XYZ6.266.517.95-
YUV72.27130.67127.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 72 (28.52% from 255) = 32.73%
BLUE value IS 77 (30.47% from 255) = 35%
R=32.27%
G=32.73%
B=35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7172770.080.0600.702304.0529.02
Hex47484D86046e641d
Octal1071101151060106346435
Binary1000111100100010011011000110010001101110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47484D; }

 p { color: rgb(71,72,77); }

 H1.HeaderClassName
 {
   color: #47484D;
 }
 .AnyTagClassName
 {
   color: #47484D;
 }
</style>
background-color css

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

 a { background-color: rgb(71,72,77); }

 div.DivClassName
 {
   background-color: #47484D;
 }
 .BgClassName
 {
   background-color: #47484D;
 }
</style>
border-color css

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

 span { border-color: rgb(71,72,77); }

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