Html Css Color HEX #424545 Dark Slate

📋 copy color: '#424545'

red 66 ◦ green 69 ◦ blue 69

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

Shades of Dark Slate #424545

Tints of Dark Slate #424545

RGB

 RED value IS 66 (26.17% from 255) = 32.35%

 GREEN value IS 69 (27.34% from 255) = 33.82%

 BLUE value IS 69 (27.34% from 255) = 33.82%

R = 32.35%
G = 33.82%
B = 33.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#424545 (or 0x424545) is known color: Dark Slate. HEX triplet: 42, 45 and 45. RGB value is (66,69,69). Sum of RGB (Red+Green+Blue) = 66+69+69=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 69 - color contains mainly: green, blue. Hex color #424545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424545 is #BDBABA. Grayscale: #444444. Windows color (decimal): -12434107 or 4539714. OLE color: 4539714.

HSL color Cylindrical-coordinate representation of color #424545: hue angle of 180º degrees, saturation: 0.02, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #424545 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 69 69 -
CMYK 0.04 0 0 0.73
HSL 180º 0.02% 0.26% -
HSV(B) 180º 0.04% 0.27% -
XYZ 5.45 5.84 6.47 -
YUV 68.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 66 69 69 0.04 0 0 0.73 180 0.02 0.26
Hex 42 45 45 4 0 0 49 B4 2 1A
Octal 102 105 105 4 0 0 111 264 2 32
Binary 1000010 1000101 1000101 100 0 0 1001001 10110100 10 11010

Color Harmonies of #424545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424545

Black with #424545

Text Example


Text Example

White with #424545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424545; }

 p { color: rgb(66,69,69); }

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

background-color css

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

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

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

border-color css

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

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

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