Html Css Color HEX #4A3A7E Dark Slate Blue

📋 copy color: '#4A3A7E'

red 74 ◦ green 58 ◦ blue 126

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

Shades of Dark Slate Blue #4A3A7E

Tints of Dark Slate Blue #4A3A7E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.48%

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

R = 28.68%
G = 22.48%
B = 48.84%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A3A7E (or 0x4A3A7E) is known color: Dark Slate Blue. HEX triplet: 4A, 3A and 7E. RGB value is (74,58,126). Sum of RGB (Red+Green+Blue) = 74+58+126=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 126 - color contains mainly: blue. Hex color #4A3A7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3A7E is #B5C581. Grayscale: #464646. Windows color (decimal): -11912578 or 8272458. OLE color: 8272458.

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

Color convert

RGB 74 58 126 -
CMYK 0.41 0.54 0 0.51
HSL 254.12º 0.37% 0.36% -
HSV(B) 254.12º 0.54% 0.49% -
XYZ 8.1 5.99 20.47 -
YUV 70.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 74 58 126 0.41 0.54 0 0.51 254.12 0.37 0.36
Hex 4A 3A 7E 29 36 0 33 FE 25 24
Octal 112 72 176 51 66 0 63 376 45 44
Binary 1001010 111010 1111110 101001 110110 0 110011 11111110 100101 100100

Color Harmonies of #4A3A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3A7E

Black with #4A3A7E

Text Example


Text Example

White with #4A3A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,58,126); }

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

background-color css

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

 a { background-color: rgb(74,58,126); }

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

border-color css

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

 span { border-color: rgb(74,58,126); }

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