#484B60

Color #484B60 Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #484B60

Tints of Port Gore #484B60

Color information

#484B60 (or 0x484B60) is unknown color: approx Port Gore. HEX triplet: 48, 4B and 60. RGB value is (72,75,96). Sum of RGB (Red+Green+Blue) = 72+75+96=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #484B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B60 is #B7B49F. Grayscale: #4C4C4C. Windows color (decimal): -12039328 or 6310728. OLE color: 6310728.

HSL color Cylindrical-coordinate representation of color #484B60: hue angle of 232.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #484B60 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB727596-
CMYK0.250.2200.62
HSL232.5º14.29%32.94%-
HSV(B)232.5º25%37.65%-
XYZ7.37.2512.08-
YUV76.5139.01124.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 75 (29.69% from 255) = 30.86%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=29.63%
G=30.86%
B=39.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7275960.250.2200.62232.514.2932.94
Hex484B60191603Ee8e21
Octal11011314031260763501641
Binary10010001001011110000011001101100111110111010001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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