Html Css Color HEX #4A3F7C Dark Slate Blue

📋 copy color: '#4A3F7C'

red 74 ◦ green 63 ◦ blue 124

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

Shades of Dark Slate Blue #4A3F7C

Tints of Dark Slate Blue #4A3F7C

RGB

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

 GREEN value IS 63 (25% from 255) = 24.14%

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

R = 28.35%
G = 24.14%
B = 47.51%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A3F7C (or 0x4A3F7C) is known color: Dark Slate Blue. HEX triplet: 4A, 3F and 7C. RGB value is (74,63,124). Sum of RGB (Red+Green+Blue) = 74+63+124=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A3F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3F7C is #B5C083. Grayscale: #494949. Windows color (decimal): -11911300 or 8142666. OLE color: 8142666.

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

Color convert

RGB 74 63 124 -
CMYK 0.40 0.49 0 0.51
HSL 250.82º 0.33% 0.37% -
HSV(B) 250.82º 0.49% 0.49% -
XYZ 8.24 6.47 19.88 -
YUV 73.24 156.64 128.54 -
System Red Green Blue C M Y K H S L
Decimal 74 63 124 0.40 0.49 0 0.51 250.82 0.33 0.37
Hex 4A 3F 7C 28 31 0 33 FB 21 25
Octal 112 77 174 50 61 0 63 373 41 45
Binary 1001010 111111 1111100 101000 110001 0 110011 11111011 100001 100101

Color Harmonies of #4A3F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3F7C

Black with #4A3F7C

Text Example


Text Example

White with #4A3F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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