Html Css Color HEX #4B3C7E Dark Slate Blue

📋 copy color: '#4B3C7E'

red 75 ◦ green 60 ◦ blue 126

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

Shades of Dark Slate Blue #4B3C7E

Tints of Dark Slate Blue #4B3C7E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.99%

 BLUE value IS 126 (49.61% from 255) = 48.28%

R = 28.74%
G = 22.99%
B = 48.28%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4B3C7E (or 0x4B3C7E) is known color: Dark Slate Blue. HEX triplet: 4B, 3C and 7E. RGB value is (75,60,126). Sum of RGB (Red+Green+Blue) = 75+60+126=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #4B3C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3C7E is #B4C381. Grayscale: #474747. Windows color (decimal): -11846530 or 8272971. OLE color: 8272971.

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

Color convert

RGB 75 60 126 -
CMYK 0.40 0.52 0 0.51
HSL 253.64º 0.35% 0.36% -
HSV(B) 253.64º 0.52% 0.49% -
XYZ 8.28 6.23 20.51 -
YUV 72.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 75 60 126 0.40 0.52 0 0.51 253.64 0.35 0.36
Hex 4B 3C 7E 28 34 0 33 FE 23 24
Octal 113 74 176 50 64 0 63 376 43 44
Binary 1001011 111100 1111110 101000 110100 0 110011 11111110 100011 100100

Color Harmonies of #4B3C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3C7E

Black with #4B3C7E

Text Example


Text Example

White with #4B3C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,60,126); }

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

background-color css

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

 a { background-color: rgb(75,60,126); }

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

border-color css

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

 span { border-color: rgb(75,60,126); }

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