#484B63

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

Shades of Port Gore #484B63

Tints of Port Gore #484B63

Color information

#484B63 (or 0x484B63) is unknown color: approx Port Gore. HEX triplet: 48, 4B and 63. RGB value is (72,75,99). Sum of RGB (Red+Green+Blue) = 72+75+99=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #484B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B63 is #B7B49C. Grayscale: #4C4C4C. Windows color (decimal): -12039325 or 6507336. OLE color: 6507336.

HSL color Cylindrical-coordinate representation of color #484B63: hue angle of 233.33º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #484B63 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB727599-
CMYK0.270.2400.61
HSL233.33º15.79%33.53%-
HSV(B)233.33º27.27%38.82%-
XYZ7.447.3112.82-
YUV76.84140.51124.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 75 (29.69% from 255) = 30.49%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=29.27%
G=30.49%
B=40.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7275990.270.2400.61233.3315.7933.53
Hex484B631B1803De91022
Octal11011314333300753512042
Binary100100010010111100011110111100001111011110100110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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