Html Css Color HEX #4A625E Dark Slate

📋 copy color: '#4A625E'

red 74 ◦ green 98 ◦ blue 94

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

Shades of Dark Slate #4A625E

Tints of Dark Slate #4A625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.84%

 BLUE value IS 94 (37.11% from 255) = 35.34%

R = 27.82%
G = 36.84%
B = 35.34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#4A625E (or 0x4A625E) is known color: Dark Slate. HEX triplet: 4A, 62 and 5E. RGB value is (74,98,94). Sum of RGB (Red+Green+Blue) = 74+98+94=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 98 - color contains mainly: green. Hex color #4A625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A625E is #B59DA1. Grayscale: #5A5A5A. Windows color (decimal): -11902370 or 6185546. OLE color: 6185546.

HSL color Cylindrical-coordinate representation of color #4A625E: hue angle of 170º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A625E is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 98 94 -
CMYK 0.24 0 0.04 0.62
HSL 170º 0.14% 0.34% -
HSV(B) 170º 0.24% 0.38% -
XYZ 9.21 11 12.23 -
YUV 90.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 74 98 94 0.24 0 0.04 0.62 170 0.14 0.34
Hex 4A 62 5E 18 0 4 3E AA E 22
Octal 112 142 136 30 0 4 76 252 16 42
Binary 1001010 1100010 1011110 11000 0 100 111110 10101010 1110 100010

Color Harmonies of #4A625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A625E

Black with #4A625E

Text Example


Text Example

White with #4A625E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,98,94); }

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

background-color css

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

 a { background-color: rgb(74,98,94); }

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

border-color css

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

 span { border-color: rgb(74,98,94); }

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