#4B487F

Color #4B487F Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #4B487F

Tints of Dark Slate Blue #4B487F

Color information

#4B487F (or 0x4B487F) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 48 and 7F. RGB value is (75,72,127). Sum of RGB (Red+Green+Blue) = 75+72+127=274 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.37% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B487F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B487F is #B4B780. Grayscale: #4E4E4E. Windows color (decimal): -11843457 or 8341579. OLE color: 8341579.

HSL color Cylindrical-coordinate representation of color #4B487F: hue angle of 243.27º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B487F is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7572127-
CMYK0.410.4300.50
HSL243.27º27.64%39.02%-
HSV(B)243.27º43.31%49.8%-
XYZ9.057.6621.08-
YUV79.17154.99125.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.37%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 127 (50% from 255) = 46.35%
R=27.37%
G=26.28%
B=46.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal75721270.410.4300.50243.2727.6439.02
Hex4B487F292B032f31c27
Octal11311017751530623633447
Binary10010111001000111111110100110101101100101111001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B487F; }

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

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

<style>
 a { background-color: #4B487F; }

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

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

<style>
 span { border-color: #4B487F; }

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

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