#484B58

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

Shades of Blue Zodiac #484B58

Tints of Blue Zodiac #484B58

Color information

#484B58 (or 0x484B58) is unknown color: approx Blue Zodiac. HEX triplet: 48, 4B and 58. RGB value is (72,75,88). Sum of RGB (Red+Green+Blue) = 72+75+88=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 88 - color contains mainly: blue. Hex color #484B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B58 is #B7B4A7. Grayscale: #4B4B4B. Windows color (decimal): -12039336 or 5786440. OLE color: 5786440.

HSL color Cylindrical-coordinate representation of color #484B58: hue angle of 228.75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #484B58 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB727588-
CMYK0.180.1500.65
HSL228.75º10%31.37%-
HSV(B)228.75º18.18%34.51%-
XYZ6.957.1110.24-
YUV75.58135.01125.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 88 (34.77% from 255) = 37.45%
R=30.64%
G=31.91%
B=37.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7275880.180.1500.65228.751031.37
Hex484B5812F041e5a1f
Octal110113130221701013451237
Binary1001000100101110110001001011110100000111100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,75,88); }

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

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

 a { background-color: rgb(72,75,88); }

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

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

 span { border-color: rgb(72,75,88); }

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