Html Css Color HEX #749BA8 Bali Hai

📋 copy color: '#749BA8'

red 116 ◦ green 155 ◦ blue 168

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

Shades of Bali Hai #749BA8

Tints of Bali Hai #749BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.27%

R = 26.42%
G = 35.31%
B = 38.27%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#749BA8 (or 0x749BA8) is known color: Bali Hai. HEX triplet: 74, 9B and A8. RGB value is (116,155,168). Sum of RGB (Red+Green+Blue) = 116+155+168=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 168 - color contains mainly: blue. Hex color #749BA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749BA8 is #8B6457. Grayscale: #909090. Windows color (decimal): -9135192 or 11049844. OLE color: 11049844.

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

Color convert

RGB 116 155 168 -
CMYK 0.31 0.08 0 0.34
HSL 195º 0.23% 0.56% -
HSV(B) 195º 0.31% 0.66% -
XYZ 25.99 29.98 41.46 -
YUV 144.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 116 155 168 0.31 0.08 0 0.34 195 0.23 0.56
Hex 74 9B A8 1F 8 0 22 C3 17 38
Octal 164 233 250 37 10 0 42 303 27 70
Binary 1110100 10011011 10101000 11111 1000 0 100010 11000011 10111 111000

Color Harmonies of #749BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749BA8

Black with #749BA8

Text Example


Text Example

White with #749BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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