#484C5A

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

Shades of Blue Zodiac #484C5A

Tints of Blue Zodiac #484C5A

Color information

#484C5A (or 0x484C5A) is unknown color: approx Blue Zodiac. HEX triplet: 48, 4C and 5A. RGB value is (72,76,90). Sum of RGB (Red+Green+Blue) = 72+76+90=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 90 - color contains mainly: blue. Hex color #484C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C5A is #B7B3A5. Grayscale: #4C4C4C. Windows color (decimal): -12039078 or 5917768. OLE color: 5917768.

HSL color Cylindrical-coordinate representation of color #484C5A: hue angle of 226.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #484C5A is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB727690-
CMYK0.200.1600.65
HSL226.67º11.11%31.76%-
HSV(B)226.67º20%35.29%-
XYZ7.17.2810.7-
YUV76.4135.67124.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.25%
GREEN value IS 76 (30.08% from 255) = 31.93%
BLUE value IS 90 (35.55% from 255) = 37.82%
R=30.25%
G=31.93%
B=37.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7276900.200.1600.65226.6711.1131.76
Hex484C5A1410041e3b20
Octal110114132242001013431340
Binary100100010011001011010101001000001000001111000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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