Html Css Color HEX #749AAA Bali Hai

📋 copy color: '#749AAA'

red 116 ◦ green 154 ◦ blue 170

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

Shades of Bali Hai #749AAA

Tints of Bali Hai #749AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.64%

R = 26.36%
G = 35%
B = 38.64%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#749AAA (or 0x749AAA) is known color: Bali Hai. HEX triplet: 74, 9A and AA. RGB value is (116,154,170). Sum of RGB (Red+Green+Blue) = 116+154+170=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #749AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749AAA is #8B6555. Grayscale: #909090. Windows color (decimal): -9135446 or 11180660. OLE color: 11180660.

HSL color Cylindrical-coordinate representation of color #749AAA: hue angle of 197.78º degrees, saturation: 0.24, 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 #749AAA is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 154 170 -
CMYK 0.32 0.09 0 0.33
HSL 197.78º 0.24% 0.56% -
HSV(B) 197.78º 0.32% 0.67% -
XYZ 26.01 29.73 42.4 -
YUV 144.46 142.41 107.7 -
System Red Green Blue C M Y K H S L
Decimal 116 154 170 0.32 0.09 0 0.33 197.78 0.24 0.56
Hex 74 9A AA 20 9 0 21 C6 18 38
Octal 164 232 252 40 11 0 41 306 30 70
Binary 1110100 10011010 10101010 100000 1001 0 100001 11000110 11000 111000

Color Harmonies of #749AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749AAA

Black with #749AAA

Text Example


Text Example

White with #749AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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