Html Css Color HEX #4A4485 Dark Slate Blue

📋 copy color: '#4A4485'

red 74 ◦ green 68 ◦ blue 133

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

Shades of Dark Slate Blue #4A4485

Tints of Dark Slate Blue #4A4485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 48.36%

R = 26.91%
G = 24.73%
B = 48.36%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4A4485 (or 0x4A4485) is known color: Dark Slate Blue. HEX triplet: 4A, 44 and 85. RGB value is (74,68,133). Sum of RGB (Red+Green+Blue) = 74+68+133=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #4A4485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4485 is #B5BB7A. Grayscale: #4C4C4C. Windows color (decimal): -11910011 or 8733770. OLE color: 8733770.

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

Color convert

RGB 74 68 133 -
CMYK 0.44 0.49 0 0.48
HSL 245.54º 0.32% 0.39% -
HSV(B) 245.54º 0.49% 0.52% -
XYZ 9.12 7.28 23.12 -
YUV 77.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 74 68 133 0.44 0.49 0 0.48 245.54 0.32 0.39
Hex 4A 44 85 2C 31 0 30 F6 20 27
Octal 112 104 205 54 61 0 60 366 40 47
Binary 1001010 1000100 10000101 101100 110001 0 110000 11110110 100000 100111

Color Harmonies of #4A4485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4485

Black with #4A4485

Text Example


Text Example

White with #4A4485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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