#7499A3

Color #7499A3 Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #7499A3

Tints of Bali Hai #7499A3

Color information

#7499A3 (or 0x7499A3) is unknown color: approx Bali Hai. HEX triplet: 74, 99 and A3. RGB value is (116,153,163). Sum of RGB (Red+Green+Blue) = 116+153+163=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 163 - color contains mainly: blue. Hex color #7499A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7499A3 is #8B665C. Grayscale: #8F8F8F. Windows color (decimal): -9135709 or 10721652. OLE color: 10721652.

HSL color Cylindrical-coordinate representation of color #7499A3: hue angle of 192.77º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7499A3 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB116153163-
CMYK0.290.0600.36
HSL192.77º20.35%54.71%-
HSV(B)192.77º28.83%63.92%-
XYZ25.229.1438.95-
YUV143.08139.24108.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.85%
GREEN value IS 153 (60.16% from 255) = 35.42%
BLUE value IS 163 (64.06% from 255) = 37.73%
R=26.85%
G=35.42%
B=37.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1161531630.290.0600.36192.7720.3554.71
Hex7499A31D6024c11437
Octal1642312433560443012467
Binary111010010011001101000111110111001001001100000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7499A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7499A3; }

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

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

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

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

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

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

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

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