Html Css Color HEX #4A427C Dark Slate Blue

📋 copy color: '#4A427C'

red 74 ◦ green 66 ◦ blue 124

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

Shades of Dark Slate Blue #4A427C

Tints of Dark Slate Blue #4A427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25%

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

R = 28.03%
G = 25%
B = 46.97%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A427C (or 0x4A427C) is known color: Dark Slate Blue. HEX triplet: 4A, 42 and 7C. RGB value is (74,66,124). Sum of RGB (Red+Green+Blue) = 74+66+124=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A427C is #B5BD83. Grayscale: #4A4A4A. Windows color (decimal): -11910532 or 8143434. OLE color: 8143434.

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

Color convert

RGB 74 66 124 -
CMYK 0.40 0.47 0 0.51
HSL 248.28º 0.31% 0.37% -
HSV(B) 248.28º 0.47% 0.49% -
XYZ 8.41 6.81 19.94 -
YUV 75 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 74 66 124 0.40 0.47 0 0.51 248.28 0.31 0.37
Hex 4A 42 7C 28 2F 0 33 F8 1F 25
Octal 112 102 174 50 57 0 63 370 37 45
Binary 1001010 1000010 1111100 101000 101111 0 110011 11111000 11111 100101

Color Harmonies of #4A427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A427C

Black with #4A427C

Text Example


Text Example

White with #4A427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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