Html Css Color HEX #465242 Battleship Grey

📋 copy color: '#465242'

red 70 ◦ green 82 ◦ blue 66

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

Shades of Battleship Grey #465242

Tints of Battleship Grey #465242

RGB

 RED value IS 70 (27.73% from 255) = 32.11%

 GREEN value IS 82 (32.42% from 255) = 37.61%

 BLUE value IS 66 (26.17% from 255) = 30.28%

R = 32.11%
G = 37.61%
B = 30.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#465242 (or 0x465242) is known color: Battleship Grey. HEX triplet: 46, 52 and 42. RGB value is (70,82,66). Sum of RGB (Red+Green+Blue) = 70+82+66=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 82 - color contains mainly: green. Hex color #465242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465242 is #B9ADBD. Grayscale: #4C4C4C. Windows color (decimal): -12168638 or 4346438. OLE color: 4346438.

HSL color Cylindrical-coordinate representation of color #465242: hue angle of 105º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #465242 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 82 66 -
CMYK 0.15 0 0.20 0.68
HSL 105º 0.11% 0.29% -
HSV(B) 105º 0.2% 0.32% -
XYZ 6.53 7.73 6.3 -
YUV 76.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 70 82 66 0.15 0 0.20 0.68 105 0.11 0.29
Hex 46 52 42 F 0 14 44 69 B 1D
Octal 106 122 102 17 0 24 104 151 13 35
Binary 1000110 1010010 1000010 1111 0 10100 1000100 1101001 1011 11101

Color Harmonies of #465242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465242

Black with #465242

Text Example


Text Example

White with #465242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465242; }

 p { color: rgb(70,82,66); }

 H1.HeaderClassName
 {
   color: #465242;
 }
 .AnyTagClassName
 {
   color: #465242;
 }
</style>

background-color css

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

 a { background-color: rgb(70,82,66); }

 div.DivClassName
 {
   background-color: #465242;
 }
 .BgClassName
 {
   background-color: #465242;
 }
</style>

border-color css

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

 span { border-color: rgb(70,82,66); }

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