#7496B4

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

Shades of Bali Hai #7496B4

Tints of Bali Hai #7496B4

Color information

#7496B4 (or 0x7496B4) is unknown color: approx Bali Hai. HEX triplet: 74, 96 and B4. RGB value is (116,150,180). Sum of RGB (Red+Green+Blue) = 116+150+180=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 180 - color contains mainly: blue. Hex color #7496B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7496B4 is #8B694B. Grayscale: #8F8F8F. Windows color (decimal): -9136460 or 11834996. OLE color: 11834996.

HSL color Cylindrical-coordinate representation of color #7496B4: hue angle of 208.12º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7496B4 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB116150180-
CMYK0.360.1700.29
HSL208.12º29.91%58.04%-
HSV(B)208.12º35.56%70.59%-
XYZ26.3528.8247.35-
YUV143.25148.74108.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.01%
GREEN value IS 150 (58.98% from 255) = 33.63%
BLUE value IS 180 (70.70% from 255) = 40.36%
R=26.01%
G=33.63%
B=40.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161501800.360.1700.29208.1229.9158.04
Hex7496B4241101Dd01e3a
Octal16422626444210353203672
Binary11101001001011010110100100100100010111011101000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7496B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7496B4; }

 p { color: rgb(116,150,180); }

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

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

 a { background-color: rgb(116,150,180); }

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

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

 span { border-color: rgb(116,150,180); }

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