Html Css Color HEX #4B4492 Dark Slate Blue

📋 copy color: '#4B4492'

red 75 ◦ green 68 ◦ blue 146

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

Shades of Dark Slate Blue #4B4492

Tints of Dark Slate Blue #4B4492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.53%

 BLUE value IS 146 (57.42% from 255) = 50.52%

R = 25.95%
G = 23.53%
B = 50.52%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4B4492 (or 0x4B4492) is known color: Dark Slate Blue. HEX triplet: 4B, 44 and 92. RGB value is (75,68,146). Sum of RGB (Red+Green+Blue) = 75+68+146=289 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.95% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #4B4492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4492 is #B4BB6D. Grayscale: #4E4E4E. Windows color (decimal): -11844462 or 9585739. OLE color: 9585739.

HSL color Cylindrical-coordinate representation of color #4B4492: hue angle of 245.38º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B4492 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 75 68 146 -
CMYK 0.49 0.53 0 0.43
HSL 245.38º 0.36% 0.42% -
HSV(B) 245.38º 0.53% 0.57% -
XYZ 10.16 7.71 28.15 -
YUV 78.99 165.82 125.16 -
System Red Green Blue C M Y K H S L
Decimal 75 68 146 0.49 0.53 0 0.43 245.38 0.36 0.42
Hex 4B 44 92 31 35 0 2B F5 24 2A
Octal 113 104 222 61 65 0 53 365 44 52
Binary 1001011 1000100 10010010 110001 110101 0 101011 11110101 100100 101010

Color Harmonies of #4B4492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4492

Black with #4B4492

Text Example


Text Example

White with #4B4492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,68,146); }

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

background-color css

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

 a { background-color: rgb(75,68,146); }

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

border-color css

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

 span { border-color: rgb(75,68,146); }

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