#74A2BC

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

Shades of Glacier #74A2BC

Tints of Glacier #74A2BC

Color information

#74A2BC (or 0x74A2BC) is unknown color: approx Glacier. HEX triplet: 74, A2 and BC. RGB value is (116,162,188). Sum of RGB (Red+Green+Blue) = 116+162+188=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #74A2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A2BC is #8B5D43. Grayscale: #979797. Windows color (decimal): -9133380 or 12362356. OLE color: 12362356.

HSL color Cylindrical-coordinate representation of color #74A2BC: hue angle of 201.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74A2BC is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB116162188-
CMYK0.380.1400.26
HSL201.67º34.95%59.61%-
HSV(B)201.67º38.3%73.73%-
XYZ29.233.1852.44-
YUV151.21148.76102.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.89%
GREEN value IS 162 (63.67% from 255) = 34.76%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=24.89%
G=34.76%
B=40.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161621880.380.1400.26201.6734.9559.61
Hex74A2BC26E01Aca233c
Octal16424227446160323124374
Binary11101001010001010111100100110111001101011001010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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