Html Css Color HEX #749DAB Bali Hai

📋 copy color: '#749DAB'

red 116 ◦ green 157 ◦ blue 171

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

Shades of Bali Hai #749DAB

Tints of Bali Hai #749DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.51%

R = 26.13%
G = 35.36%
B = 38.51%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#749DAB (or 0x749DAB) is known color: Bali Hai. HEX triplet: 74, 9D and AB. RGB value is (116,157,171). Sum of RGB (Red+Green+Blue) = 116+157+171=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #749DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749DAB is #8B6254. Grayscale: #929292. Windows color (decimal): -9134677 or 11246964. OLE color: 11246964.

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

Color convert

RGB 116 157 171 -
CMYK 0.32 0.08 0 0.33
HSL 195.27º 0.25% 0.56% -
HSV(B) 195.27º 0.32% 0.67% -
XYZ 26.61 30.77 43.06 -
YUV 146.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 116 157 171 0.32 0.08 0 0.33 195.27 0.25 0.56
Hex 74 9D AB 20 8 0 21 C3 19 38
Octal 164 235 253 40 10 0 41 303 31 70
Binary 1110100 10011101 10101011 100000 1000 0 100001 11000011 11001 111000

Color Harmonies of #749DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749DAB

Black with #749DAB

Text Example


Text Example

White with #749DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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