#849295

Color #849295 Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #849295

Tints of Submarine #849295

Color information

#849295 (or 0x849295) is unknown color: approx Submarine. HEX triplet: 84, 92 and 95. RGB value is (132,146,149). Sum of RGB (Red+Green+Blue) = 132+146+149=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 149 - color contains mainly: blue. Hex color #849295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849295 is #7B6D6A. Grayscale: #8E8E8E. Windows color (decimal): -8088939 or 9802372. OLE color: 9802372.

HSL color Cylindrical-coordinate representation of color #849295: hue angle of 190.59º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #849295 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB132146149-
CMYK0.110.0200.42
HSL190.59º7.42%55.1%-
HSV(B)190.59º11.41%58.43%-
XYZ25.2227.6332.44-
YUV142.16131.86120.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.91%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=30.91%
G=34.19%
B=34.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321461490.110.0200.42190.597.4255.1
Hex849295B202Abf737
Octal204222225132052277767
Binary100001001001001010010101101110010101010111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849295; }

 p { color: rgb(132,146,149); }

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

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

 a { background-color: rgb(132,146,149); }

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

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

 span { border-color: rgb(132,146,149); }

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