#749AAF

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

Shades of Bali Hai #749AAF

Tints of Bali Hai #749AAF

Color information

#749AAF (or 0x749AAF) is unknown color: approx Bali Hai. HEX triplet: 74, 9A and AF. RGB value is (116,154,175). Sum of RGB (Red+Green+Blue) = 116+154+175=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #749AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749AAF is #8B6550. Grayscale: #909090. Windows color (decimal): -9135441 or 11508340. OLE color: 11508340.

HSL color Cylindrical-coordinate representation of color #749AAF: hue angle of 201.36º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #749AAF is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB116154175-
CMYK0.340.1200.31
HSL201.36º26.94%57.06%-
HSV(B)201.36º33.71%68.63%-
XYZ26.529.9244.94-
YUV145.03144.91107.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.07%
GREEN value IS 154 (60.55% from 255) = 34.61%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=26.07%
G=34.61%
B=39.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161541750.340.1200.31201.3626.9457.06
Hex749AAF22C01Fc91b39
Octal16423225742140373113371
Binary1110100100110101010111110001011000111111100100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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