#454B43

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

Shades of Battleship Grey #454B43

Tints of Battleship Grey #454B43

Color information

#454B43 (or 0x454B43) is unknown color: approx Battleship Grey. HEX triplet: 45, 4B and 43. RGB value is (69,75,67). Sum of RGB (Red+Green+Blue) = 69+75+67=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 75 - color contains mainly: green. Hex color #454B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454B43 is #BAB4BC. Grayscale: #484848. Windows color (decimal): -12235965 or 4410181. OLE color: 4410181.

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

Color convert

RGB697567-
CMYK0.0800.110.71
HSL105º5.63%27.84%-
HSV(B)105º10.67%29.41%-
XYZ5.986.76.29-
YUV72.29125.01125.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.70%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 67 (26.56% from 255) = 31.75%
R=32.70%
G=35.55%
B=31.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6975670.0800.110.711055.6327.84
Hex454B4380B476961c
Octal10511310310013107151634
Binary1000101100101110000111000010111000111110100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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