#748498

Color #748498 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #748498

Tints of Light Slate Grey #748498

Color information

#748498 (or 0x748498) is unknown color: approx Light Slate Grey. HEX triplet: 74, 84 and 98. RGB value is (116,132,152). Sum of RGB (Red+Green+Blue) = 116+132+152=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #748498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748498 is #8B7B67. Grayscale: #818181. Windows color (decimal): -9141096 or 9995380. OLE color: 9995380.

HSL color Cylindrical-coordinate representation of color #748498: hue angle of 213.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #748498 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB116132152-
CMYK0.240.1300.40
HSL213.33º14.88%52.55%-
HSV(B)213.33º23.68%59.61%-
XYZ21.1222.4832.93-
YUV129.5140.7118.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29%
GREEN value IS 132 (51.95% from 255) = 33%
BLUE value IS 152 (59.77% from 255) = 38%
R=29%
G=33%
B=38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161321520.240.1300.40213.3314.8852.55
Hex74849818D028d5f35
Octal16420423030150503251765
Binary111010010000100100110001100011010101000110101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748498; }

 p { color: rgb(116,132,152); }

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

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

 a { background-color: rgb(116,132,152); }

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

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

 span { border-color: rgb(116,132,152); }

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