#4B447E

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

Shades of Dark Slate Blue #4B447E

Tints of Dark Slate Blue #4B447E

Color information

#4B447E (or 0x4B447E) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 44 and 7E. RGB value is (75,68,126). Sum of RGB (Red+Green+Blue) = 75+68+126=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 126 - color contains mainly: blue. Hex color #4B447E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B447E is #B4BB81. Grayscale: #4C4C4C. Windows color (decimal): -11844482 or 8275019. OLE color: 8275019.

HSL color Cylindrical-coordinate representation of color #4B447E: hue angle of 247.24º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B447E is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7568126-
CMYK0.400.4600.51
HSL247.24º29.9%38.04%-
HSV(B)247.24º46.03%49.41%-
XYZ8.737.1420.66-
YUV76.7155.82126.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.88%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 126 (49.61% from 255) = 46.84%
R=27.88%
G=25.28%
B=46.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75681260.400.4600.51247.2429.938.04
Hex4B447E282E033f71e26
Octal11310417650560633673646
Binary10010111000100111111010100010111001100111111011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,68,126); }

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

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

 a { background-color: rgb(75,68,126); }

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

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

 span { border-color: rgb(75,68,126); }

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