Html Css Color HEX #4A3E7C Dark Slate Blue

📋 copy color: '#4A3E7C'

red 74 ◦ green 62 ◦ blue 124

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

Shades of Dark Slate Blue #4A3E7C

Tints of Dark Slate Blue #4A3E7C

RGB

 RED value IS 74 (29.3% from 255) = 28.46%

 GREEN value IS 62 (24.61% from 255) = 23.85%

 BLUE value IS 124 (48.83% from 255) = 47.69%

R = 28.46%
G = 23.85%
B = 47.69%

CMYK

 C value IS 0.40

 M value IS 0.5

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A3E7C (or 0x4A3E7C) is known color: Dark Slate Blue. HEX triplet: 4A, 3E and 7C. RGB value is (74,62,124). Sum of RGB (Red+Green+Blue) = 74+62+124=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A3E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3E7C is #B5C183. Grayscale: #484848. Windows color (decimal): -11911556 or 8142410. OLE color: 8142410.

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

Color convert

RGB 74 62 124 -
CMYK 0.40 0.5 0 0.51
HSL 251.61º 0.33% 0.36% -
HSV(B) 251.61º 0.5% 0.49% -
XYZ 8.18 6.36 19.86 -
YUV 72.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 74 62 124 0.40 0.5 0 0.51 251.61 0.33 0.36
Hex 4A 3E 7C 28 32 0 33 FC 21 24
Octal 112 76 174 50 62 0 63 374 41 44
Binary 1001010 111110 1111100 101000 110010 0 110011 11111100 100001 100100

Color Harmonies of #4A3E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3E7C

Black with #4A3E7C

Text Example


Text Example

White with #4A3E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,62,124); }

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

background-color css

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

 a { background-color: rgb(74,62,124); }

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

border-color css

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

 span { border-color: rgb(74,62,124); }

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