Html Css Color HEX #4B4596 Dark Slate Blue

📋 copy color: '#4B4596'

red 75 ◦ green 69 ◦ blue 150

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

Shades of Dark Slate Blue #4B4596

Tints of Dark Slate Blue #4B4596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 51.02%

R = 25.51%
G = 23.47%
B = 51.02%

CMYK

 C value IS 0.5

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4B4596 (or 0x4B4596) is known color: Dark Slate Blue. HEX triplet: 4B, 45 and 96. RGB value is (75,69,150). Sum of RGB (Red+Green+Blue) = 75+69+150=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #4B4596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4596 is #B4BA69. Grayscale: #4F4F4F. Windows color (decimal): -11844202 or 9848139. OLE color: 9848139.

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

Color convert

RGB 75 69 150 -
CMYK 0.5 0.54 0 0.41
HSL 244.44º 0.37% 0.43% -
HSV(B) 244.44º 0.54% 0.59% -
XYZ 10.53 7.95 29.83 -
YUV 80.03 167.49 124.41 -
System Red Green Blue C M Y K H S L
Decimal 75 69 150 0.5 0.54 0 0.41 244.44 0.37 0.43
Hex 4B 45 96 32 36 0 29 F4 25 2B
Octal 113 105 226 62 66 0 51 364 45 53
Binary 1001011 1000101 10010110 110010 110110 0 101001 11110100 100101 101011

Color Harmonies of #4B4596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4596

Black with #4B4596

Text Example


Text Example

White with #4B4596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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