Html Css Color HEX #749BAC Bali Hai

📋 copy color: '#749BAC'

red 116 ◦ green 155 ◦ blue 172

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

Shades of Bali Hai #749BAC

Tints of Bali Hai #749BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.99%

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

R = 26.19%
G = 34.99%
B = 38.83%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#749BAC (or 0x749BAC) is known color: Bali Hai. HEX triplet: 74, 9B and AC. RGB value is (116,155,172). Sum of RGB (Red+Green+Blue) = 116+155+172=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #749BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749BAC is #8B6453. Grayscale: #919191. Windows color (decimal): -9135188 or 11311988. OLE color: 11311988.

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

Color convert

RGB 116 155 172 -
CMYK 0.33 0.10 0 0.33
HSL 198.21º 0.25% 0.56% -
HSV(B) 198.21º 0.33% 0.67% -
XYZ 26.37 30.13 43.46 -
YUV 145.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 116 155 172 0.33 0.10 0 0.33 198.21 0.25 0.56
Hex 74 9B AC 21 A 0 21 C6 19 38
Octal 164 233 254 41 12 0 41 306 31 70
Binary 1110100 10011011 10101100 100001 1010 0 100001 11000110 11001 111000

Color Harmonies of #749BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749BAC

Black with #749BAC

Text Example


Text Example

White with #749BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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