Html Css Color HEX #4A448C Dark Slate Blue

📋 copy color: '#4A448C'

red 74 ◦ green 68 ◦ blue 140

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

Shades of Dark Slate Blue #4A448C

Tints of Dark Slate Blue #4A448C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 49.65%

R = 26.24%
G = 24.11%
B = 49.65%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A448C (or 0x4A448C) is known color: Dark Slate Blue. HEX triplet: 4A, 44 and 8C. RGB value is (74,68,140). Sum of RGB (Red+Green+Blue) = 74+68+140=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A448C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A448C is #B5BB73. Grayscale: #4D4D4D. Windows color (decimal): -11910004 or 9192522. OLE color: 9192522.

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

Color convert

RGB 74 68 140 -
CMYK 0.47 0.51 0 0.45
HSL 245º 0.35% 0.41% -
HSV(B) 245º 0.51% 0.55% -
XYZ 9.62 7.48 25.75 -
YUV 78 162.99 125.15 -
System Red Green Blue C M Y K H S L
Decimal 74 68 140 0.47 0.51 0 0.45 245 0.35 0.41
Hex 4A 44 8C 2F 33 0 2D F5 23 29
Octal 112 104 214 57 63 0 55 365 43 51
Binary 1001010 1000100 10001100 101111 110011 0 101101 11110101 100011 101001

Color Harmonies of #4A448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A448C

Black with #4A448C

Text Example


Text Example

White with #4A448C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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