Html Css Color HEX #4A448F Dark Slate Blue

📋 copy color: '#4A448F'

red 74 ◦ green 68 ◦ blue 143

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

Shades of Dark Slate Blue #4A448F

Tints of Dark Slate Blue #4A448F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 50.18%

R = 25.96%
G = 23.86%
B = 50.18%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4A448F (or 0x4A448F) is known color: Dark Slate Blue. HEX triplet: 4A, 44 and 8F. RGB value is (74,68,143). Sum of RGB (Red+Green+Blue) = 74+68+143=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 143 (56.25% from 255 or 50.18% from 285); Max value from RGB is 143 - color contains mainly: blue. Hex color #4A448F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A448F is #B5BB70. Grayscale: #4E4E4E. Windows color (decimal): -11910001 or 9389130. OLE color: 9389130.

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

Color convert

RGB 74 68 143 -
CMYK 0.48 0.52 0 0.44
HSL 244.8º 0.36% 0.41% -
HSV(B) 244.8º 0.52% 0.56% -
XYZ 9.85 7.57 26.93 -
YUV 78.34 164.49 124.9 -
System Red Green Blue C M Y K H S L
Decimal 74 68 143 0.48 0.52 0 0.44 244.8 0.36 0.41
Hex 4A 44 8F 30 34 0 2C F5 24 29
Octal 112 104 217 60 64 0 54 365 44 51
Binary 1001010 1000100 10001111 110000 110100 0 101100 11110101 100100 101001

Color Harmonies of #4A448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A448F

Black with #4A448F

Text Example


Text Example

White with #4A448F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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