#749AA7

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

Shades of Bali Hai #749AA7

Tints of Bali Hai #749AA7

Color information

#749AA7 (or 0x749AA7) is unknown color: approx Bali Hai. HEX triplet: 74, 9A and A7. RGB value is (116,154,167). Sum of RGB (Red+Green+Blue) = 116+154+167=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 167 - color contains mainly: blue. Hex color #749AA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749AA7 is #8B6558. Grayscale: #909090. Windows color (decimal): -9135449 or 10984052. OLE color: 10984052.

HSL color Cylindrical-coordinate representation of color #749AA7: hue angle of 195.29º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #749AA7 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB116154167-
CMYK0.310.0800.35
HSL195.29º22.47%55.49%-
HSV(B)195.29º30.54%65.49%-
XYZ25.7329.6140.92-
YUV144.12140.91107.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.54%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 167 (65.62% from 255) = 38.22%
R=26.54%
G=35.24%
B=38.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161541670.310.0800.35195.2922.4755.49
Hex749AA71F8023c31637
Octal16423224737100433032667
Binary1110100100110101010011111111100001000111100001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749AA7; }

 p { color: rgb(116,154,167); }

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

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

 a { background-color: rgb(116,154,167); }

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

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

 span { border-color: rgb(116,154,167); }

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