#4B498F

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

Shades of Dark Slate Blue #4B498F

Tints of Dark Slate Blue #4B498F

Color information

#4B498F (or 0x4B498F) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 49 and 8F. RGB value is (75,73,143). Sum of RGB (Red+Green+Blue) = 75+73+143=291 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.77% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 143 - color contains mainly: blue. Hex color #4B498F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B498F is #B4B670. Grayscale: #515151. Windows color (decimal): -11843185 or 9390411. OLE color: 9390411.

HSL color Cylindrical-coordinate representation of color #4B498F: hue angle of 241.71º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B498F is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7573143-
CMYK0.480.4900.44
HSL241.71º32.41%42.35%-
HSV(B)241.71º48.95%56.08%-
XYZ10.248.2427.04-
YUV81.58162.66123.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.77%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 143 (56.25% from 255) = 49.14%
R=25.77%
G=25.09%
B=49.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75731430.480.4900.44241.7132.4142.35
Hex4B498F303102Cf2202a
Octal11311121760610543624052
Binary1001011100100110001111110000110001010110011110010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,73,143); }

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

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

 a { background-color: rgb(75,73,143); }

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

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

 span { border-color: rgb(75,73,143); }

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