#74A1B3

Color #74A1B3 Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #74A1B3

Tints of Bali Hai #74A1B3

Color information

#74A1B3 (or 0x74A1B3) is unknown color: approx Bali Hai. HEX triplet: 74, A1 and B3. RGB value is (116,161,179). Sum of RGB (Red+Green+Blue) = 116+161+179=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 179 - color contains mainly: blue. Hex color #74A1B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A1B3 is #8B5E4C. Grayscale: #959595. Windows color (decimal): -9133645 or 11772276. OLE color: 11772276.

HSL color Cylindrical-coordinate representation of color #74A1B3: hue angle of 197.14º 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 #74A1B3 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB116161179-
CMYK0.350.1000.30
HSL197.14º29.3%57.84%-
HSV(B)197.14º35.2%70.2%-
XYZ28.0832.4647.43-
YUV149.6144.59104.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.44%
GREEN value IS 161 (63.28% from 255) = 35.31%
BLUE value IS 179 (70.31% from 255) = 39.25%
R=25.44%
G=35.31%
B=39.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1161611790.350.1000.30197.1429.357.84
Hex74A1B323A01Ec51d3a
Octal16424126343120363053572
Binary1110100101000011011001110001110100111101100010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A1B3; }

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

 H1.HeaderClassName
 {
   color: #74A1B3;
 }
 .AnyTagClassName
 {
   color: #74A1B3;
 }
</style>
background-color css

<style>
 a { background-color: #74A1B3; }

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

 div.DivClassName
 {
   background-color: #74A1B3;
 }
 .BgClassName
 {
   background-color: #74A1B3;
 }
</style>
border-color css

<style>
 span { border-color: #74A1B3; }

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

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