Html Css Color HEX #4A3F7D Dark Slate Blue

📋 copy color: '#4A3F7D'

red 74 ◦ green 63 ◦ blue 125

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

Shades of Dark Slate Blue #4A3F7D

Tints of Dark Slate Blue #4A3F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.71%

R = 28.24%
G = 24.05%
B = 47.71%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A3F7D (or 0x4A3F7D) is known color: Dark Slate Blue. HEX triplet: 4A, 3F and 7D. RGB value is (74,63,125). Sum of RGB (Red+Green+Blue) = 74+63+125=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A3F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3F7D is #B5C082. Grayscale: #494949. Windows color (decimal): -11911299 or 8208202. OLE color: 8208202.

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

Color convert

RGB 74 63 125 -
CMYK 0.41 0.50 0 0.51
HSL 250.65º 0.33% 0.37% -
HSV(B) 250.65º 0.5% 0.49% -
XYZ 8.3 6.49 20.22 -
YUV 73.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 74 63 125 0.41 0.50 0 0.51 250.65 0.33 0.37
Hex 4A 3F 7D 29 32 0 33 FB 21 25
Octal 112 77 175 51 62 0 63 373 41 45
Binary 1001010 111111 1111101 101001 110010 0 110011 11111011 100001 100101

Color Harmonies of #4A3F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3F7D

Black with #4A3F7D

Text Example


Text Example

White with #4A3F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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