#484B59

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

Shades of Blue Zodiac #484B59

Tints of Blue Zodiac #484B59

Color information

#484B59 (or 0x484B59) is unknown color: approx Blue Zodiac. HEX triplet: 48, 4B and 59. RGB value is (72,75,89). Sum of RGB (Red+Green+Blue) = 72+75+89=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 89 - color contains mainly: blue. Hex color #484B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B59 is #B7B4A6. Grayscale: #4B4B4B. Windows color (decimal): -12039335 or 5851976. OLE color: 5851976.

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

Color convert

RGB727589-
CMYK0.190.1600.65
HSL229.41º10.56%31.57%-
HSV(B)229.41º19.1%34.9%-
XYZ6.997.1310.46-
YUV75.7135.51125.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 89 (35.16% from 255) = 37.71%
R=30.51%
G=31.78%
B=37.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7275890.190.1600.65229.4110.5631.57
Hex484B591310041e5b20
Octal110113131232001013451340
Binary100100010010111011001100111000001000001111001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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