Html Css Color HEX #738492 Slate Grey

📋 copy color: '#738492'

red 115 ◦ green 132 ◦ blue 146

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

Shades of Slate Grey #738492

Tints of Slate Grey #738492

RGB

 RED value IS 115 (45.31% from 255) = 29.26%

 GREEN value IS 132 (51.95% from 255) = 33.59%

 BLUE value IS 146 (57.42% from 255) = 37.15%

R = 29.26%
G = 33.59%
B = 37.15%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#738492 (or 0x738492) is known color: Slate Grey. HEX triplet: 73, 84 and 92. RGB value is (115,132,146). Sum of RGB (Red+Green+Blue) = 115+132+146=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 146 - color contains mainly: blue. Hex color #738492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738492 is #8C7B6D. Grayscale: #808080. Windows color (decimal): -9206638 or 9602163. OLE color: 9602163.

HSL color Cylindrical-coordinate representation of color #738492: hue angle of 207.1º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #738492 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 132 146 -
CMYK 0.21 0.10 0 0.43
HSL 207.1º 0.12% 0.51% -
HSV(B) 207.1º 0.21% 0.57% -
XYZ 20.51 22.22 30.4 -
YUV 128.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 115 132 146 0.21 0.10 0 0.43 207.1 0.12 0.51
Hex 73 84 92 15 A 0 2B CF C 33
Octal 163 204 222 25 12 0 53 317 14 63
Binary 1110011 10000100 10010010 10101 1010 0 101011 11001111 1100 110011

Color Harmonies of #738492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738492

Black with #738492

Text Example


Text Example

White with #738492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738492; }

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

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

background-color css

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

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

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

border-color css

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

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

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