Html Css Color HEX #748299 Light Slate Grey

📋 copy color: '#748299'

red 116 ◦ green 130 ◦ blue 153

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

Shades of Light Slate Grey #748299

Tints of Light Slate Grey #748299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.58%

 BLUE value IS 153 (60.16% from 255) = 38.35%

R = 29.07%
G = 32.58%
B = 38.35%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#748299 (or 0x748299) is known color: Light Slate Grey. HEX triplet: 74, 82 and 99. RGB value is (116,130,153). Sum of RGB (Red+Green+Blue) = 116+130+153=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #748299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748299 is #8B7D66. Grayscale: #808080. Windows color (decimal): -9141607 or 10060404. OLE color: 10060404.

HSL color Cylindrical-coordinate representation of color #748299: hue angle of 217.3º 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 #748299 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 130 153 -
CMYK 0.24 0.15 0 0.4
HSL 217.3º 0.15% 0.53% -
HSV(B) 217.3º 0.24% 0.6% -
XYZ 20.93 21.98 33.28 -
YUV 128.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 116 130 153 0.24 0.15 0 0.4 217.3 0.15 0.53
Hex 74 82 99 18 F 0 28 D9 F 35
Octal 164 202 231 30 17 0 50 331 17 65
Binary 1110100 10000010 10011001 11000 1111 0 101000 11011001 1111 110101

Color Harmonies of #748299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748299

Black with #748299

Text Example


Text Example

White with #748299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748299; }

 p { color: rgb(116,130,153); }

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

background-color css

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

 a { background-color: rgb(116,130,153); }

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

border-color css

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

 span { border-color: rgb(116,130,153); }

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