Html Css Color HEX #749FAE Bali Hai

📋 copy color: '#749FAE'

red 116 ◦ green 159 ◦ blue 174

#749FAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #749FAE

Tints of Bali Hai #749FAE

RGB

 RED value IS 116 (45.7% from 255) = 25.84%

 GREEN value IS 159 (62.5% from 255) = 35.41%

 BLUE value IS 174 (68.36% from 255) = 38.75%

R = 25.84%
G = 35.41%
B = 38.75%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#749FAE (or 0x749FAE) is known color: Bali Hai. HEX triplet: 74, 9F and AE. RGB value is (116,159,174). Sum of RGB (Red+Green+Blue) = 116+159+174=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #749FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749FAE is #8B6051. Grayscale: #939393. Windows color (decimal): -9134162 or 11444084. OLE color: 11444084.

HSL color Cylindrical-coordinate representation of color #749FAE: hue angle of 195.52º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #749FAE is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 159 174 -
CMYK 0.33 0.09 0 0.32
HSL 195.52º 0.26% 0.57% -
HSV(B) 195.52º 0.33% 0.68% -
XYZ 27.24 31.57 44.7 -
YUV 147.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 116 159 174 0.33 0.09 0 0.32 195.52 0.26 0.57
Hex 74 9F AE 21 9 0 20 C4 1A 39
Octal 164 237 256 41 11 0 40 304 32 71
Binary 1110100 10011111 10101110 100001 1001 0 100000 11000100 11010 111001

Color Harmonies of #749FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749FAE

Black with #749FAE

Text Example


Text Example

White with #749FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,159,174); }

 H1.HeaderClassName
 {
   color: #749FAE;
 }
 .AnyTagClassName
 {
   color: #749FAE;
 }
</style>

background-color css

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

 a { background-color: rgb(116,159,174); }

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

border-color css

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

 span { border-color: rgb(116,159,174); }

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