Html Css Color HEX #4A428D Dark Slate Blue

📋 copy color: '#4A428D'

red 74 ◦ green 66 ◦ blue 141

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

Shades of Dark Slate Blue #4A428D

Tints of Dark Slate Blue #4A428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

 BLUE value IS 141 (55.47% from 255) = 50.18%

R = 26.33%
G = 23.49%
B = 50.18%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A428D (or 0x4A428D) is known color: Dark Slate Blue. HEX triplet: 4A, 42 and 8D. RGB value is (74,66,141). Sum of RGB (Red+Green+Blue) = 74+66+141=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A428D is #B5BD72. Grayscale: #4C4C4C. Windows color (decimal): -11910515 or 9257546. OLE color: 9257546.

HSL color Cylindrical-coordinate representation of color #4A428D: hue angle of 246.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A428D is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 66 141 -
CMYK 0.48 0.53 0 0.45
HSL 246.4º 0.36% 0.41% -
HSV(B) 246.4º 0.53% 0.55% -
XYZ 9.58 7.28 26.1 -
YUV 76.94 164.15 125.9 -
System Red Green Blue C M Y K H S L
Decimal 74 66 141 0.48 0.53 0 0.45 246.4 0.36 0.41
Hex 4A 42 8D 30 35 0 2D F6 24 29
Octal 112 102 215 60 65 0 55 366 44 51
Binary 1001010 1000010 10001101 110000 110101 0 101101 11110110 100100 101001

Color Harmonies of #4A428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A428D

Black with #4A428D

Text Example


Text Example

White with #4A428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,66,141); }

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

background-color css

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

 a { background-color: rgb(74,66,141); }

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

border-color css

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

 span { border-color: rgb(74,66,141); }

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