Html Css Color HEX #749DAE Bali Hai

📋 copy color: '#749DAE'

red 116 ◦ green 157 ◦ blue 174

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

Shades of Bali Hai #749DAE

Tints of Bali Hai #749DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.12%

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

R = 25.95%
G = 35.12%
B = 38.93%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#749DAE (or 0x749DAE) is known color: Bali Hai. HEX triplet: 74, 9D and AE. RGB value is (116,157,174). Sum of RGB (Red+Green+Blue) = 116+157+174=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #749DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749DAE is #8B6251. Grayscale: #929292. Windows color (decimal): -9134674 or 11443572. OLE color: 11443572.

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

Color convert

RGB 116 157 174 -
CMYK 0.33 0.10 0 0.32
HSL 197.59º 0.26% 0.57% -
HSV(B) 197.59º 0.33% 0.68% -
XYZ 26.9 30.88 44.59 -
YUV 146.68 143.42 106.12 -
System Red Green Blue C M Y K H S L
Decimal 116 157 174 0.33 0.10 0 0.32 197.59 0.26 0.57
Hex 74 9D AE 21 A 0 20 C6 1A 39
Octal 164 235 256 41 12 0 40 306 32 71
Binary 1110100 10011101 10101110 100001 1010 0 100000 11000110 11010 111001

Color Harmonies of #749DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749DAE

Black with #749DAE

Text Example


Text Example

White with #749DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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