#4B427B

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

Shades of Dark Slate Blue #4B427B

Tints of Dark Slate Blue #4B427B

Color information

#4B427B (or 0x4B427B) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 42 and 7B. RGB value is (75,66,123). Sum of RGB (Red+Green+Blue) = 75+66+123=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B427B is #B4BD84. Grayscale: #4A4A4A. Windows color (decimal): -11844997 or 8077899. OLE color: 8077899.

HSL color Cylindrical-coordinate representation of color #4B427B: hue angle of 249.47º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B427B is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7566123-
CMYK0.390.4600.52
HSL249.47º30.16%37.06%-
HSV(B)249.47º46.34%48.24%-
XYZ8.436.8219.61-
YUV75.19154.98127.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.41%
GREEN value IS 66 (26.17% from 255) = 25%
BLUE value IS 123 (48.44% from 255) = 46.59%
R=28.41%
G=25%
B=46.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75661230.390.4600.52249.4730.1637.06
Hex4B427B272E034f91e25
Octal11310217347560643713645
Binary10010111000010111101110011110111001101001111100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,66,123); }

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

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

 a { background-color: rgb(75,66,123); }

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

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

 span { border-color: rgb(75,66,123); }

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