#74A6BC

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

Shades of Glacier #74A6BC

Tints of Glacier #74A6BC

Color information

#74A6BC (or 0x74A6BC) is unknown color: approx Glacier. HEX triplet: 74, A6 and BC. RGB value is (116,166,188). Sum of RGB (Red+Green+Blue) = 116+166+188=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #74A6BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A6BC is #8B5943. Grayscale: #999999. Windows color (decimal): -9132356 or 12363380. OLE color: 12363380.

HSL color Cylindrical-coordinate representation of color #74A6BC: hue angle of 198.33º 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 #74A6BC is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB116166188-
CMYK0.380.1200.26
HSL198.33º34.95%59.61%-
HSV(B)198.33º38.3%73.73%-
XYZ29.9234.6252.68-
YUV153.56147.44101.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.68%
GREEN value IS 166 (65.23% from 255) = 35.32%
BLUE value IS 188 (73.83% from 255) = 40%
R=24.68%
G=35.32%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161661880.380.1200.26198.3334.9559.61
Hex74A6BC26C01Ac6233c
Octal16424627446140323064374
Binary11101001010011010111100100110110001101011000110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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