Html Css Color HEX #454E42 Battleship Grey

📋 copy color: '#454E42'

red 69 ◦ green 78 ◦ blue 66

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

Shades of Battleship Grey #454E42

Tints of Battleship Grey #454E42

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 value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#454E42 (or 0x454E42) is known color: 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

RGB 69 78 66 -
CMYK 0.12 0 0.15 0.69
HSL 105º 0.08% 0.28% -
HSV(B) 105º 0.15% 0.31% -
XYZ 6.16 7.11 6.2 -
YUV 73.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 69 78 66 0.12 0 0.15 0.69 105 0.08 0.28
Hex 45 4E 42 C 0 F 45 69 8 1C
Octal 105 116 102 14 0 17 105 151 10 34
Binary 1000101 1001110 1000010 1100 0 1111 1000101 1101001 1000 11100

Color Harmonies of #454E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454E42

Black with #454E42

Text Example


Text Example

White with #454E42

Text Example


Text Example

HTML Codes & Css Web 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>