Html Css Color HEX #4B4385 Dark Slate Blue

📋 copy color: '#4B4385'

red 75 ◦ green 67 ◦ blue 133

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

Shades of Dark Slate Blue #4B4385

Tints of Dark Slate Blue #4B4385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.36%

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

R = 27.27%
G = 24.36%
B = 48.36%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4B4385 (or 0x4B4385) is known color: Dark Slate Blue. HEX triplet: 4B, 43 and 85. RGB value is (75,67,133). Sum of RGB (Red+Green+Blue) = 75+67+133=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B4385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4385 is #B4BC7A. Grayscale: #4C4C4C. Windows color (decimal): -11844731 or 8733515. OLE color: 8733515.

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

Color convert

RGB 75 67 133 -
CMYK 0.44 0.50 0 0.48
HSL 247.27º 0.33% 0.39% -
HSV(B) 247.27º 0.5% 0.52% -
XYZ 9.14 7.2 23.1 -
YUV 76.92 159.65 126.63 -
System Red Green Blue C M Y K H S L
Decimal 75 67 133 0.44 0.50 0 0.48 247.27 0.33 0.39
Hex 4B 43 85 2C 32 0 30 F7 21 27
Octal 113 103 205 54 62 0 60 367 41 47
Binary 1001011 1000011 10000101 101100 110010 0 110000 11110111 100001 100111

Color Harmonies of #4B4385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4385

Black with #4B4385

Text Example


Text Example

White with #4B4385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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