#454A4A

Color #454A4A Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #454A4A

Tints of Dark Slate #454A4A

Color information

#454A4A (or 0x454A4A) is unknown color: approx Dark Slate. HEX triplet: 45, 4A and 4A. RGB value is (69,74,74). Sum of RGB (Red+Green+Blue) = 69+74+74=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #454A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A4A is #BAB5B5. Grayscale: #484848. Windows color (decimal): -12236214 or 4868677. OLE color: 4868677.

HSL color Cylindrical-coordinate representation of color #454A4A: hue angle of 180º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #454A4A is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB697474-
CMYK0.07000.71
HSL180º3.5%28.04%-
HSV(B)180º6.76%29.02%-
XYZ6.146.667.44-
YUV72.5128.84125.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.80%
GREEN value IS 74 (29.30% from 255) = 34.10%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=31.80%
G=34.10%
B=34.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6974740.07000.711803.528.04
Hex454A4A70047b431c
Octal105112112700107264334
Binary100010110010101001010111001000111101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454A4A; }

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

 H1.HeaderClassName
 {
   color: #454A4A;
 }
 .AnyTagClassName
 {
   color: #454A4A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #454A4A;
 }
 .BgClassName
 {
   background-color: #454A4A;
 }
</style>
border-color css

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

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

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