Html Css Color HEX #748592 Slate Grey

📋 copy color: '#748592'

red 116 ◦ green 133 ◦ blue 146

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

Shades of Slate Grey #748592

Tints of Slate Grey #748592

RGB

 RED value IS 116 (45.7% from 255) = 29.37%

 GREEN value IS 133 (52.34% from 255) = 33.67%

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

R = 29.37%
G = 33.67%
B = 36.96%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#748592 (or 0x748592) is known color: Slate Grey. HEX triplet: 74, 85 and 92. RGB value is (116,133,146). Sum of RGB (Red+Green+Blue) = 116+133+146=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 146 - color contains mainly: blue. Hex color #748592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748592 is #8B7A6D. Grayscale: #818181. Windows color (decimal): -9140846 or 9602420. OLE color: 9602420.

HSL color Cylindrical-coordinate representation of color #748592: hue angle of 206º 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 #748592 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 133 146 -
CMYK 0.21 0.09 0 0.43
HSL 206º 0.12% 0.51% -
HSV(B) 206º 0.21% 0.57% -
XYZ 20.78 22.56 30.45 -
YUV 129.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 116 133 146 0.21 0.09 0 0.43 206 0.12 0.51
Hex 74 85 92 15 9 0 2B CE C 33
Octal 164 205 222 25 11 0 53 316 14 63
Binary 1110100 10000101 10010010 10101 1001 0 101011 11001110 1100 110011

Color Harmonies of #748592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748592

Black with #748592

Text Example


Text Example

White with #748592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748592; }

 p { color: rgb(116,133,146); }

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

background-color css

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

 a { background-color: rgb(116,133,146); }

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

border-color css

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

 span { border-color: rgb(116,133,146); }

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