Html Css Color HEX #45504F Dark Slate

📋 copy color: '#45504F'

red 69 ◦ green 80 ◦ blue 79

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

Shades of Dark Slate #45504F

Tints of Dark Slate #45504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.65%

R = 30.26%
G = 35.09%
B = 34.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#45504F (or 0x45504F) is known color: Dark Slate. HEX triplet: 45, 50 and 4F. RGB value is (69,80,79). Sum of RGB (Red+Green+Blue) = 69+80+79=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 80 - color contains mainly: green. Hex color #45504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45504F is #BAAFB0. Grayscale: #4C4C4C. Windows color (decimal): -12234673 or 5197893. OLE color: 5197893.

HSL color Cylindrical-coordinate representation of color #45504F: hue angle of 174.55º 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 #45504F is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 80 79 -
CMYK 0.14 0 0.01 0.69
HSL 174.55º 0.07% 0.29% -
HSV(B) 174.55º 0.14% 0.31% -
XYZ 6.73 7.57 8.5 -
YUV 76.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 69 80 79 0.14 0 0.01 0.69 174.55 0.07 0.29
Hex 45 50 4F E 0 1 45 AF 7 1D
Octal 105 120 117 16 0 1 105 257 7 35
Binary 1000101 1010000 1001111 1110 0 1 1000101 10101111 111 11101

Color Harmonies of #45504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45504F

Black with #45504F

Text Example


Text Example

White with #45504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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