Html Css Color HEX #4A488D Dark Slate Blue

📋 copy color: '#4A488D'

red 74 ◦ green 72 ◦ blue 141

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

Shades of Dark Slate Blue #4A488D

Tints of Dark Slate Blue #4A488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.09%

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

R = 25.78%
G = 25.09%
B = 49.13%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A488D (or 0x4A488D) is known color: Dark Slate Blue. HEX triplet: 4A, 48 and 8D. RGB value is (74,72,141). Sum of RGB (Red+Green+Blue) = 74+72+141=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A488D is #B5B772. Grayscale: #505050. Windows color (decimal): -11908979 or 9259082. OLE color: 9259082.

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

Color convert

RGB 74 72 141 -
CMYK 0.48 0.49 0 0.45
HSL 241.74º 0.32% 0.42% -
HSV(B) 241.74º 0.49% 0.55% -
XYZ 9.95 8.01 26.22 -
YUV 80.46 162.16 123.39 -
System Red Green Blue C M Y K H S L
Decimal 74 72 141 0.48 0.49 0 0.45 241.74 0.32 0.42
Hex 4A 48 8D 30 31 0 2D F2 20 2A
Octal 112 110 215 60 61 0 55 362 40 52
Binary 1001010 1001000 10001101 110000 110001 0 101101 11110010 100000 101010

Color Harmonies of #4A488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A488D

Black with #4A488D

Text Example


Text Example

White with #4A488D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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