#749DB2

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

Shades of Bali Hai #749DB2

Tints of Bali Hai #749DB2

Color information

#749DB2 (or 0x749DB2) is unknown color: approx Bali Hai. HEX triplet: 74, 9D and B2. RGB value is (116,157,178). Sum of RGB (Red+Green+Blue) = 116+157+178=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 178 - color contains mainly: blue. Hex color #749DB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749DB2 is #8B624D. Grayscale: #939393. Windows color (decimal): -9134670 or 11705716. OLE color: 11705716.

HSL color Cylindrical-coordinate representation of color #749DB2: hue angle of 200.32º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #749DB2 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB116157178-
CMYK0.350.1200.30
HSL200.32º28.7%57.65%-
HSV(B)200.32º34.83%69.8%-
XYZ27.331.0446.67-
YUV147.14145.42105.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.72%
GREEN value IS 157 (61.72% from 255) = 34.81%
BLUE value IS 178 (69.92% from 255) = 39.47%
R=25.72%
G=34.81%
B=39.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1161571780.350.1200.30200.3228.757.65
Hex749DB223C01Ec81d3a
Octal16423526243140363103572
Binary1110100100111011011001010001111000111101100100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,157,178); }

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

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

 a { background-color: rgb(116,157,178); }

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

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

 span { border-color: rgb(116,157,178); }

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