#454B4B

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

Shades of Dark Slate #454B4B

Tints of Dark Slate #454B4B

Color information

#454B4B (or 0x454B4B) is unknown color: approx Dark Slate. HEX triplet: 45, 4B and 4B. RGB value is (69,75,75). Sum of RGB (Red+Green+Blue) = 69+75+75=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 75 - color contains mainly: green, blue. Hex color #454B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454B4B is #BAB4B4. Grayscale: #494949. Windows color (decimal): -12235957 or 4934469. OLE color: 4934469.

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

Color convert

RGB697575-
CMYK0.08000.71
HSL180º4.17%28.24%-
HSV(B)180º8%29.41%-
XYZ6.246.817.64-
YUV73.21129.01125-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.51%
GREEN value IS 75 (29.69% from 255) = 34.25%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=31.51%
G=34.25%
B=34.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6975750.08000.711804.1728.24
Hex454B4B80047b441c
Octal1051131131000107264434
Binary10001011001011100101110000010001111011010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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