Html Css Color HEX #4A448D Dark Slate Blue

📋 copy color: '#4A448D'

red 74 ◦ green 68 ◦ blue 141

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

Shades of Dark Slate Blue #4A448D

Tints of Dark Slate Blue #4A448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

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

R = 26.15%
G = 24.03%
B = 49.82%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A448D (or 0x4A448D) is known color: Dark Slate Blue. HEX triplet: 4A, 44 and 8D. RGB value is (74,68,141). Sum of RGB (Red+Green+Blue) = 74+68+141=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A448D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A448D is #B5BB72. Grayscale: #4D4D4D. Windows color (decimal): -11910003 or 9258058. OLE color: 9258058.

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

Color convert

RGB 74 68 141 -
CMYK 0.48 0.52 0 0.45
HSL 244.93º 0.35% 0.41% -
HSV(B) 244.93º 0.52% 0.55% -
XYZ 9.7 7.51 26.14 -
YUV 78.12 163.49 125.06 -
System Red Green Blue C M Y K H S L
Decimal 74 68 141 0.48 0.52 0 0.45 244.93 0.35 0.41
Hex 4A 44 8D 30 34 0 2D F5 23 29
Octal 112 104 215 60 64 0 55 365 43 51
Binary 1001010 1000100 10001101 110000 110100 0 101101 11110101 100011 101001

Color Harmonies of #4A448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A448D

Black with #4A448D

Text Example


Text Example

White with #4A448D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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