#484A54

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

Shades of Blue Zodiac #484A54

Tints of Blue Zodiac #484A54

Color information

#484A54 (or 0x484A54) is unknown color: approx Blue Zodiac. HEX triplet: 48, 4A and 54. RGB value is (72,74,84). Sum of RGB (Red+Green+Blue) = 72+74+84=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 84 - color contains mainly: blue. Hex color #484A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A54 is #B7B5AB. Grayscale: #4A4A4A. Windows color (decimal): -12039596 or 5524040. OLE color: 5524040.

HSL color Cylindrical-coordinate representation of color #484A54: hue angle of 230º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #484A54 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB727484-
CMYK0.140.1200.67
HSL230º7.69%30.59%-
HSV(B)230º14.29%32.94%-
XYZ6.726.929.37-
YUV74.54133.34126.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 84 (33.20% from 255) = 36.52%
R=31.30%
G=32.17%
B=36.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7274840.140.1200.672307.6930.59
Hex484A54EC043e681f
Octal110112124161401033461037
Binary100100010010101010100111011000100001111100110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,74,84); }

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

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

 a { background-color: rgb(72,74,84); }

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

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

 span { border-color: rgb(72,74,84); }

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