#74A2B9

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

Shades of Glacier #74A2B9

Tints of Glacier #74A2B9

Color information

#74A2B9 (or 0x74A2B9) is unknown color: approx Glacier. HEX triplet: 74, A2 and B9. RGB value is (116,162,185). Sum of RGB (Red+Green+Blue) = 116+162+185=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #74A2B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A2B9 is #8B5D46. Grayscale: #969696. Windows color (decimal): -9133383 or 12165748. OLE color: 12165748.

HSL color Cylindrical-coordinate representation of color #74A2B9: hue angle of 200º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74A2B9 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB116162185-
CMYK0.370.1200.27
HSL200º33.01%59.02%-
HSV(B)200º37.3%72.55%-
XYZ28.8833.0650.76-
YUV150.87147.26103.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.05%
GREEN value IS 162 (63.67% from 255) = 34.99%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=25.05%
G=34.99%
B=39.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161621850.370.1200.2720033.0159.02
Hex74A2B925C01Bc8213b
Octal16424227145140333104173
Binary11101001010001010111001100101110001101111001000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,162,185); }

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

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

 a { background-color: rgb(116,162,185); }

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

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

 span { border-color: rgb(116,162,185); }

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