#484C5B

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

Shades of Blue Zodiac #484C5B

Tints of Blue Zodiac #484C5B

Color information

#484C5B (or 0x484C5B) is unknown color: approx Blue Zodiac. HEX triplet: 48, 4C and 5B. RGB value is (72,76,91). Sum of RGB (Red+Green+Blue) = 72+76+91=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #484C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C5B is #B7B3A4. Grayscale: #4C4C4C. Windows color (decimal): -12039077 or 5983304. OLE color: 5983304.

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

Color convert

RGB727691-
CMYK0.210.1600.64
HSL227.37º11.66%31.96%-
HSV(B)227.37º20.88%35.69%-
XYZ7.157.310.93-
YUV76.51136.17124.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 76 (30.08% from 255) = 31.80%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=30.13%
G=31.80%
B=38.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7276910.210.1600.64227.3711.6631.96
Hex484C5B1510040e3c20
Octal110114133252001003431440
Binary100100010011001011011101011000001000000111000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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