#48437E

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

Shades of Dark Slate Blue #48437E

Tints of Dark Slate Blue #48437E

Color information

#48437E (or 0x48437E) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 43 and 7E. RGB value is (72,67,126). Sum of RGB (Red+Green+Blue) = 72+67+126=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 126 - color contains mainly: blue. Hex color #48437E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48437E is #B7BC81. Grayscale: #4A4A4A. Windows color (decimal): -12041346 or 8274760. OLE color: 8274760.

HSL color Cylindrical-coordinate representation of color #48437E: hue angle of 245.08º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48437E is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7267126-
CMYK0.430.4700.51
HSL245.08º30.57%37.84%-
HSV(B)245.08º46.83%49.41%-
XYZ8.456.920.63-
YUV75.22156.66125.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 126 (49.61% from 255) = 47.55%
R=27.17%
G=25.28%
B=47.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72671260.430.4700.51245.0830.5737.84
Hex48437E2B2F033f51f26
Octal11010317653570633653746
Binary10010001000011111111010101110111101100111111010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48437E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48437E; }

 p { color: rgb(72,67,126); }

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

<style>
 a { background-color: #48437E; }

 a { background-color: rgb(72,67,126); }

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

<style>
 span { border-color: #48437E; }

 span { border-color: rgb(72,67,126); }

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