#749EB4

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

Shades of Bali Hai #749EB4

Tints of Bali Hai #749EB4

Color information

#749EB4 (or 0x749EB4) is unknown color: approx Bali Hai. HEX triplet: 74, 9E and B4. RGB value is (116,158,180). Sum of RGB (Red+Green+Blue) = 116+158+180=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 180 - color contains mainly: blue. Hex color #749EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749EB4 is #8B614B. Grayscale: #939393. Windows color (decimal): -9134412 or 11837044. OLE color: 11837044.

HSL color Cylindrical-coordinate representation of color #749EB4: hue angle of 200.62º 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 #749EB4 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB116158180-
CMYK0.360.1200.29
HSL200.62º29.91%58.04%-
HSV(B)200.62º35.56%70.59%-
XYZ27.6731.4647.79-
YUV147.95146.09105.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.55%
GREEN value IS 158 (62.11% from 255) = 34.80%
BLUE value IS 180 (70.70% from 255) = 39.65%
R=25.55%
G=34.80%
B=39.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161581800.360.1200.29200.6229.9158.04
Hex749EB424C01Dc91e3a
Octal16423626444140353113672
Binary1110100100111101011010010010011000111011100100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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