Html Css Color HEX #749FB3 Bali Hai

📋 copy color: '#749FB3'

red 116 ◦ green 159 ◦ blue 179

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

Shades of Bali Hai #749FB3

Tints of Bali Hai #749FB3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.02%

 BLUE value IS 179 (70.31% from 255) = 39.43%

R = 25.55%
G = 35.02%
B = 39.43%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#749FB3 (or 0x749FB3) is known color: Bali Hai. HEX triplet: 74, 9F and B3. RGB value is (116,159,179). Sum of RGB (Red+Green+Blue) = 116+159+179=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 179 - color contains mainly: blue. Hex color #749FB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749FB3 is #8B604C. Grayscale: #949494. Windows color (decimal): -9134157 or 11771764. OLE color: 11771764.

HSL color Cylindrical-coordinate representation of color #749FB3: hue angle of 199.05º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #749FB3 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 159 179 -
CMYK 0.35 0.11 0 0.30
HSL 199.05º 0.29% 0.58% -
HSV(B) 199.05º 0.35% 0.7% -
XYZ 27.74 31.76 47.32 -
YUV 148.42 145.25 104.87 -
System Red Green Blue C M Y K H S L
Decimal 116 159 179 0.35 0.11 0 0.30 199.05 0.29 0.58
Hex 74 9F B3 23 B 0 1E C7 1D 3A
Octal 164 237 263 43 13 0 36 307 35 72
Binary 1110100 10011111 10110011 100011 1011 0 11110 11000111 11101 111010

Color Harmonies of #749FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749FB3

Black with #749FB3

Text Example


Text Example

White with #749FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,159,179); }

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

background-color css

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

 a { background-color: rgb(116,159,179); }

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

border-color css

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

 span { border-color: rgb(116,159,179); }

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