Html Css Color HEX #4A457F Dark Slate Blue

📋 copy color: '#4A457F'

red 74 ◦ green 69 ◦ blue 127

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

Shades of Dark Slate Blue #4A457F

Tints of Dark Slate Blue #4A457F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

 BLUE value IS 127 (50% from 255) = 47.04%

R = 27.41%
G = 25.56%
B = 47.04%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4A457F (or 0x4A457F) is known color: Dark Slate Blue. HEX triplet: 4A, 45 and 7F. RGB value is (74,69,127). Sum of RGB (Red+Green+Blue) = 74+69+127=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #4A457F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A457F is #B5BA80. Grayscale: #4C4C4C. Windows color (decimal): -11909761 or 8340810. OLE color: 8340810.

HSL color Cylindrical-coordinate representation of color #4A457F: hue angle of 245.17º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A457F is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 74 69 127 -
CMYK 0.42 0.46 0 0.50
HSL 245.17º 0.3% 0.38% -
HSV(B) 245.17º 0.46% 0.5% -
XYZ 8.78 7.24 21.01 -
YUV 77.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 74 69 127 0.42 0.46 0 0.50 245.17 0.3 0.38
Hex 4A 45 7F 2A 2E 0 32 F5 1E 26
Octal 112 105 177 52 56 0 62 365 36 46
Binary 1001010 1000101 1111111 101010 101110 0 110010 11110101 11110 100110

Color Harmonies of #4A457F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A457F

Black with #4A457F

Text Example


Text Example

White with #4A457F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,69,127); }

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

background-color css

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

 a { background-color: rgb(74,69,127); }

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

border-color css

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

 span { border-color: rgb(74,69,127); }

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