Html Css Color HEX #4B4595 Dark Slate Blue

📋 copy color: '#4B4595'

red 75 ◦ green 69 ◦ blue 149

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

Shades of Dark Slate Blue #4B4595

Tints of Dark Slate Blue #4B4595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.55%

 BLUE value IS 149 (58.59% from 255) = 50.85%

R = 25.6%
G = 23.55%
B = 50.85%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4B4595 (or 0x4B4595) is known color: Dark Slate Blue. HEX triplet: 4B, 45 and 95. RGB value is (75,69,149). Sum of RGB (Red+Green+Blue) = 75+69+149=293 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.60% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B4595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4595 is #B4BA6A. Grayscale: #4F4F4F. Windows color (decimal): -11844203 or 9782603. OLE color: 9782603.

HSL color Cylindrical-coordinate representation of color #4B4595: hue angle of 244.5º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B4595 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 75 69 149 -
CMYK 0.50 0.54 0 0.42
HSL 244.5º 0.37% 0.43% -
HSV(B) 244.5º 0.54% 0.58% -
XYZ 10.45 7.92 29.41 -
YUV 79.91 166.99 124.5 -
System Red Green Blue C M Y K H S L
Decimal 75 69 149 0.50 0.54 0 0.42 244.5 0.37 0.43
Hex 4B 45 95 32 36 0 2A F4 25 2B
Octal 113 105 225 62 66 0 52 364 45 53
Binary 1001011 1000101 10010101 110010 110110 0 101010 11110100 100101 101011

Color Harmonies of #4B4595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4595

Black with #4B4595

Text Example


Text Example

White with #4B4595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,69,149); }

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

background-color css

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

 a { background-color: rgb(75,69,149); }

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

border-color css

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

 span { border-color: rgb(75,69,149); }

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