Html Css Color HEX #749AAC Bali Hai

📋 copy color: '#749AAC'

red 116 ◦ green 154 ◦ blue 172

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

Shades of Bali Hai #749AAC

Tints of Bali Hai #749AAC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.84%

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

R = 26.24%
G = 34.84%
B = 38.91%

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

#749AAC (or 0x749AAC) is known color: Bali Hai. HEX triplet: 74, 9A and AC. RGB value is (116,154,172). Sum of RGB (Red+Green+Blue) = 116+154+172=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #749AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749AAC is #8B6553. Grayscale: #909090. Windows color (decimal): -9135444 or 11311732. OLE color: 11311732.

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

Color convert

RGB 116 154 172 -
CMYK 0.33 0.10 0 0.33
HSL 199.29º 0.25% 0.56% -
HSV(B) 199.29º 0.33% 0.67% -
XYZ 26.2 29.8 43.4 -
YUV 144.69 143.41 107.54 -
System Red Green Blue C M Y K H S L
Decimal 116 154 172 0.33 0.10 0 0.33 199.29 0.25 0.56
Hex 74 9A AC 21 A 0 21 C7 19 38
Octal 164 232 254 41 12 0 41 307 31 70
Binary 1110100 10011010 10101100 100001 1010 0 100001 11000111 11001 111000

Color Harmonies of #749AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749AAC

Black with #749AAC

Text Example


Text Example

White with #749AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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