#4B468C

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

Shades of Dark Slate Blue #4B468C

Tints of Dark Slate Blue #4B468C

Color information

#4B468C (or 0x4B468C) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 46 and 8C. RGB value is (75,70,140). Sum of RGB (Red+Green+Blue) = 75+70+140=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #4B468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B468C is #B4B973. Grayscale: #4F4F4F. Windows color (decimal): -11843956 or 9193035. OLE color: 9193035.

HSL color Cylindrical-coordinate representation of color #4B468C: hue angle of 244.29º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B468C is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7570140-
CMYK0.460.5000.45
HSL244.29º33.33%41.18%-
HSV(B)244.29º50%54.9%-
XYZ9.837.7725.79-
YUV79.47162.16124.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.32%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 140 (55.08% from 255) = 49.12%
R=26.32%
G=24.56%
B=49.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75701400.460.5000.45244.2933.3341.18
Hex4B468C2E3202Df42129
Octal11310621456620553644151
Binary1001011100011010001100101110110010010110111110100100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,70,140); }

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

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

 a { background-color: rgb(75,70,140); }

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

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

 span { border-color: rgb(75,70,140); }

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