Html Css Color HEX #849293 Submarine

📋 copy color: '#849293'

red 132 ◦ green 146 ◦ blue 147

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

Shades of Submarine #849293

Tints of Submarine #849293

RGB

 RED value IS 132 (51.95% from 255) = 31.06%

 GREEN value IS 146 (57.42% from 255) = 34.35%

 BLUE value IS 147 (57.81% from 255) = 34.59%

R = 31.06%
G = 34.35%
B = 34.59%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#849293 (or 0x849293) is known color: Submarine. HEX triplet: 84, 92 and 93. RGB value is (132,146,147). Sum of RGB (Red+Green+Blue) = 132+146+147=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 147 - color contains mainly: blue. Hex color #849293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849293 is #7B6D6C. Grayscale: #8D8D8D. Windows color (decimal): -8088941 or 9671300. OLE color: 9671300.

HSL color Cylindrical-coordinate representation of color #849293: hue angle of 184º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #849293 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 146 147 -
CMYK 0.10 0.01 0 0.42
HSL 184º 0.06% 0.55% -
HSV(B) 184º 0.1% 0.58% -
XYZ 25.06 27.57 31.6 -
YUV 141.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 132 146 147 0.10 0.01 0 0.42 184 0.06 0.55
Hex 84 92 93 A 1 0 2A B8 6 37
Octal 204 222 223 12 1 0 52 270 6 67
Binary 10000100 10010010 10010011 1010 1 0 101010 10111000 110 110111

Color Harmonies of #849293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849293

Black with #849293

Text Example


Text Example

White with #849293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849293; }

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

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

background-color css

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

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

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

border-color css

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

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

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