Html Css Color HEX #4B4085 Dark Slate Blue

📋 copy color: '#4B4085'

red 75 ◦ green 64 ◦ blue 133

#4B4085
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #4B4085

Tints of Dark Slate Blue #4B4085

RGB

 RED value IS 75 (29.69% from 255) = 27.57%

 GREEN value IS 64 (25.39% from 255) = 23.53%

 BLUE value IS 133 (52.34% from 255) = 48.9%

R = 27.57%
G = 23.53%
B = 48.9%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4B4085 (or 0x4B4085) is known color: Dark Slate Blue. HEX triplet: 4B, 40 and 85. RGB value is (75,64,133). Sum of RGB (Red+Green+Blue) = 75+64+133=272 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.57% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B4085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4085 is #B4BF7A. Grayscale: #4A4A4A. Windows color (decimal): -11845499 or 8732747. OLE color: 8732747.

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

Color convert

RGB 75 64 133 -
CMYK 0.44 0.52 0 0.48
HSL 249.57º 0.35% 0.39% -
HSV(B) 249.57º 0.52% 0.52% -
XYZ 8.97 6.86 23.04 -
YUV 75.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 75 64 133 0.44 0.52 0 0.48 249.57 0.35 0.39
Hex 4B 40 85 2C 34 0 30 FA 23 27
Octal 113 100 205 54 64 0 60 372 43 47
Binary 1001011 1000000 10000101 101100 110100 0 110000 11111010 100011 100111

Color Harmonies of #4B4085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4085

Black with #4B4085

Text Example


Text Example

White with #4B4085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,64,133); }

 H1.HeaderClassName
 {
   color: #4B4085;
 }
 .AnyTagClassName
 {
   color: #4B4085;
 }
</style>

background-color css

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

 a { background-color: rgb(75,64,133); }

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

border-color css

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

 span { border-color: rgb(75,64,133); }

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