Html Css Color HEX #4A417C Dark Slate Blue

📋 copy color: '#4A417C'

red 74 ◦ green 65 ◦ blue 124

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

Shades of Dark Slate Blue #4A417C

Tints of Dark Slate Blue #4A417C

RGB

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

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

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

R = 28.14%
G = 24.71%
B = 47.15%

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

#4A417C (or 0x4A417C) is known color: Dark Slate Blue. HEX triplet: 4A, 41 and 7C. RGB value is (74,65,124). Sum of RGB (Red+Green+Blue) = 74+65+124=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A417C is #B5BE83. Grayscale: #4A4A4A. Windows color (decimal): -11910788 or 8143178. OLE color: 8143178.

HSL color Cylindrical-coordinate representation of color #4A417C: hue angle of 249.15º degrees, saturation: 0.31, 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 #4A417C is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 65 124 -
CMYK 0.40 0.48 0 0.51
HSL 249.15º 0.31% 0.37% -
HSV(B) 249.15º 0.48% 0.49% -
XYZ 8.35 6.69 19.92 -
YUV 74.42 155.98 127.7 -
System Red Green Blue C M Y K H S L
Decimal 74 65 124 0.40 0.48 0 0.51 249.15 0.31 0.37
Hex 4A 41 7C 28 30 0 33 F9 1F 25
Octal 112 101 174 50 60 0 63 371 37 45
Binary 1001010 1000001 1111100 101000 110000 0 110011 11111001 11111 100101

Color Harmonies of #4A417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A417C

Black with #4A417C

Text Example


Text Example

White with #4A417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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