#484D5C

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

Shades of Blue Zodiac #484D5C

Tints of Blue Zodiac #484D5C

Color information

#484D5C (or 0x484D5C) is unknown color: approx Blue Zodiac. HEX triplet: 48, 4D and 5C. RGB value is (72,77,92). Sum of RGB (Red+Green+Blue) = 72+77+92=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 92 - color contains mainly: blue. Hex color #484D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D5C is #B7B2A3. Grayscale: #4D4D4D. Windows color (decimal): -12038820 or 6049096. OLE color: 6049096.

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

Color convert

RGB727792-
CMYK0.220.1600.64
HSL225º12.2%32.16%-
HSV(B)225º21.74%36.08%-
XYZ7.267.4611.18-
YUV77.22136.34124.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 77 (30.47% from 255) = 31.95%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=29.88%
G=31.95%
B=38.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7277920.220.1600.6422512.232.16
Hex484D5C1610040e1c20
Octal110115134262001003411440
Binary100100010011011011100101101000001000000111000011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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