Html Css Color HEX #4A447C Dark Slate Blue

📋 copy color: '#4A447C'

red 74 ◦ green 68 ◦ blue 124

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

Shades of Dark Slate Blue #4A447C

Tints of Dark Slate Blue #4A447C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.62%

R = 27.82%
G = 25.56%
B = 46.62%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A447C (or 0x4A447C) is known color: Dark Slate Blue. HEX triplet: 4A, 44 and 7C. RGB value is (74,68,124). Sum of RGB (Red+Green+Blue) = 74+68+124=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A447C is #B5BB83. Grayscale: #4B4B4B. Windows color (decimal): -11910020 or 8143946. OLE color: 8143946.

HSL color Cylindrical-coordinate representation of color #4A447C: hue angle of 246.43º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A447C is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 68 124 -
CMYK 0.40 0.45 0 0.51
HSL 246.43º 0.29% 0.38% -
HSV(B) 246.43º 0.45% 0.49% -
XYZ 8.53 7.05 19.98 -
YUV 76.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 74 68 124 0.40 0.45 0 0.51 246.43 0.29 0.38
Hex 4A 44 7C 28 2D 0 33 F6 1D 26
Octal 112 104 174 50 55 0 63 366 35 46
Binary 1001010 1000100 1111100 101000 101101 0 110011 11110110 11101 100110

Color Harmonies of #4A447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A447C

Black with #4A447C

Text Example


Text Example

White with #4A447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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