#749AA5

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

Shades of Bali Hai #749AA5

Tints of Bali Hai #749AA5

Color information

#749AA5 (or 0x749AA5) is unknown color: approx Bali Hai. HEX triplet: 74, 9A and A5. RGB value is (116,154,165). Sum of RGB (Red+Green+Blue) = 116+154+165=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 165 - color contains mainly: blue. Hex color #749AA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749AA5 is #8B655A. Grayscale: #8F8F8F. Windows color (decimal): -9135451 or 10852980. OLE color: 10852980.

HSL color Cylindrical-coordinate representation of color #749AA5: hue angle of 193.47º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #749AA5 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB116154165-
CMYK0.300.0700.35
HSL193.47º21.4%55.1%-
HSV(B)193.47º29.7%64.71%-
XYZ25.5529.5439.95-
YUV143.89139.91108.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.67%
GREEN value IS 154 (60.55% from 255) = 35.40%
BLUE value IS 165 (64.84% from 255) = 37.93%
R=26.67%
G=35.40%
B=37.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161541650.300.0700.35193.4721.455.1
Hex749AA51E7023c11537
Octal1642322453670433012567
Binary111010010011010101001011111011101000111100000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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