#484C5D

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

Shades of Blue Zodiac #484C5D

Tints of Blue Zodiac #484C5D

Color information

#484C5D (or 0x484C5D) is unknown color: approx Blue Zodiac. HEX triplet: 48, 4C and 5D. RGB value is (72,76,93). Sum of RGB (Red+Green+Blue) = 72+76+93=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #484C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C5D is #B7B3A2. Grayscale: #4C4C4C. Windows color (decimal): -12039075 or 6114376. OLE color: 6114376.

HSL color Cylindrical-coordinate representation of color #484C5D: hue angle of 228.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #484C5D is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB727693-
CMYK0.230.1800.64
HSL228.57º12.73%32.35%-
HSV(B)228.57º22.58%36.47%-
XYZ7.237.3411.39-
YUV76.74137.17124.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 76 (30.08% from 255) = 31.54%
BLUE value IS 93 (36.72% from 255) = 38.59%
R=29.88%
G=31.54%
B=38.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7276930.230.1800.64228.5712.7332.35
Hex484C5D1712040e5d20
Octal110114135272201003451540
Binary100100010011001011101101111001001000000111001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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