Html Css Color HEX #4B417D Dark Slate Blue

📋 copy color: '#4B417D'

red 75 ◦ green 65 ◦ blue 125

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

Shades of Dark Slate Blue #4B417D

Tints of Dark Slate Blue #4B417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.53%

 BLUE value IS 125 (49.22% from 255) = 47.17%

R = 28.3%
G = 24.53%
B = 47.17%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4B417D (or 0x4B417D) is known color: Dark Slate Blue. HEX triplet: 4B, 41 and 7D. RGB value is (75,65,125). Sum of RGB (Red+Green+Blue) = 75+65+125=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #4B417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B417D is #B4BE82. Grayscale: #4A4A4A. Windows color (decimal): -11845251 or 8208715. OLE color: 8208715.

HSL color Cylindrical-coordinate representation of color #4B417D: hue angle of 250º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B417D is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 75 65 125 -
CMYK 0.40 0.48 0 0.51
HSL 250º 0.32% 0.37% -
HSV(B) 250º 0.48% 0.49% -
XYZ 8.49 6.76 20.26 -
YUV 74.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 75 65 125 0.40 0.48 0 0.51 250 0.32 0.37
Hex 4B 41 7D 28 30 0 33 FA 20 25
Octal 113 101 175 50 60 0 63 372 40 45
Binary 1001011 1000001 1111101 101000 110000 0 110011 11111010 100000 100101

Color Harmonies of #4B417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B417D

Black with #4B417D

Text Example


Text Example

White with #4B417D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,65,125); }

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

background-color css

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

 a { background-color: rgb(75,65,125); }

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

border-color css

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

 span { border-color: rgb(75,65,125); }

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