#749EAF

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

Shades of Bali Hai #749EAF

Tints of Bali Hai #749EAF

Color information

#749EAF (or 0x749EAF) is unknown color: approx Bali Hai. HEX triplet: 74, 9E and AF. RGB value is (116,158,175). Sum of RGB (Red+Green+Blue) = 116+158+175=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #749EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749EAF is #8B6150. Grayscale: #939393. Windows color (decimal): -9134417 or 11509364. OLE color: 11509364.

HSL color Cylindrical-coordinate representation of color #749EAF: hue angle of 197.29º 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 #749EAF is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB116158175-
CMYK0.340.1000.31
HSL197.29º26.94%57.06%-
HSV(B)197.29º33.71%68.63%-
XYZ27.1731.2645.16-
YUV147.38143.59105.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.84%
GREEN value IS 158 (62.11% from 255) = 35.19%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=25.84%
G=35.19%
B=38.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161581750.340.1000.31197.2926.9457.06
Hex749EAF22A01Fc51b39
Octal16423625742120373053371
Binary1110100100111101010111110001010100111111100010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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