Html Css Color HEX #45504E Dark Slate

📋 copy color: '#45504E'

red 69 ◦ green 80 ◦ blue 78

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

Shades of Dark Slate #45504E

Tints of Dark Slate #45504E

RGB

 RED value IS 69 (27.34% from 255) = 30.4%

 GREEN value IS 80 (31.64% from 255) = 35.24%

 BLUE value IS 78 (30.86% from 255) = 34.36%

R = 30.4%
G = 35.24%
B = 34.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#45504E (or 0x45504E) is known color: Dark Slate. HEX triplet: 45, 50 and 4E. RGB value is (69,80,78). Sum of RGB (Red+Green+Blue) = 69+80+78=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 80 - color contains mainly: green. Hex color #45504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45504E is #BAAFB1. Grayscale: #4C4C4C. Windows color (decimal): -12234674 or 5132357. OLE color: 5132357.

HSL color Cylindrical-coordinate representation of color #45504E: hue angle of 169.09º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #45504E is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 80 78 -
CMYK 0.14 0 0.02 0.69
HSL 169.09º 0.07% 0.29% -
HSV(B) 169.09º 0.14% 0.31% -
XYZ 6.7 7.55 8.31 -
YUV 76.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 69 80 78 0.14 0 0.02 0.69 169.09 0.07 0.29
Hex 45 50 4E E 0 2 45 A9 7 1D
Octal 105 120 116 16 0 2 105 251 7 35
Binary 1000101 1010000 1001110 1110 0 10 1000101 10101001 111 11101

Color Harmonies of #45504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45504E

Black with #45504E

Text Example


Text Example

White with #45504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45504E; }

 p { color: rgb(69,80,78); }

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

background-color css

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

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

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

border-color css

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

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

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