Html Css Color HEX #749EAC Bali Hai

📋 copy color: '#749EAC'

red 116 ◦ green 158 ◦ blue 172

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

Shades of Bali Hai #749EAC

Tints of Bali Hai #749EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.43%

 BLUE value IS 172 (67.58% from 255) = 38.57%

R = 26.01%
G = 35.43%
B = 38.57%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#749EAC (or 0x749EAC) is known color: Bali Hai. HEX triplet: 74, 9E and AC. RGB value is (116,158,172). Sum of RGB (Red+Green+Blue) = 116+158+172=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #749EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749EAC is #8B6153. Grayscale: #929292. Windows color (decimal): -9134420 or 11312756. OLE color: 11312756.

HSL color Cylindrical-coordinate representation of color #749EAC: hue angle of 195º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #749EAC is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 158 172 -
CMYK 0.33 0.08 0 0.33
HSL 195º 0.25% 0.56% -
HSV(B) 195º 0.33% 0.67% -
XYZ 26.88 31.15 43.62 -
YUV 147.04 142.09 105.86 -
System Red Green Blue C M Y K H S L
Decimal 116 158 172 0.33 0.08 0 0.33 195 0.25 0.56
Hex 74 9E AC 21 8 0 21 C3 19 38
Octal 164 236 254 41 10 0 41 303 31 70
Binary 1110100 10011110 10101100 100001 1000 0 100001 11000011 11001 111000

Color Harmonies of #749EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749EAC

Black with #749EAC

Text Example


Text Example

White with #749EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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