#454E42

Color #454E42 Battleship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Battleship Grey #454E42

Tints of Battleship Grey #454E42

Color information

#454E42 (or 0x454E42) is unknown color: approx Battleship Grey. HEX triplet: 45, 4E and 42. RGB value is (69,78,66). Sum of RGB (Red+Green+Blue) = 69+78+66=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 78 - color contains mainly: green. Hex color #454E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454E42 is #BAB1BD. Grayscale: #494949. Windows color (decimal): -12235198 or 4345413. OLE color: 4345413.

HSL color Cylindrical-coordinate representation of color #454E42: hue angle of 105º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #454E42 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB697866-
CMYK0.1200.150.69
HSL105º8.33%28.24%-
HSV(B)105º15.38%30.59%-
XYZ6.167.116.2-
YUV73.94123.52124.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.39%
GREEN value IS 78 (30.86% from 255) = 36.62%
BLUE value IS 66 (26.17% from 255) = 30.99%
R=32.39%
G=36.62%
B=30.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6978660.1200.150.691058.3328.24
Hex454E42C0F456981c
Octal105116102140171051511034
Binary10001011001110100001011000111110001011101001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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