#74A5BF

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

Shades of Glacier #74A5BF

Tints of Glacier #74A5BF

Color information

#74A5BF (or 0x74A5BF) is unknown color: approx Glacier. HEX triplet: 74, A5 and BF. RGB value is (116,165,191). Sum of RGB (Red+Green+Blue) = 116+165+191=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #74A5BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A5BF is #8B5A40. Grayscale: #999999. Windows color (decimal): -9132609 or 12559732. OLE color: 12559732.

HSL color Cylindrical-coordinate representation of color #74A5BF: hue angle of 200.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74A5BF is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116165191-
CMYK0.390.1400.25
HSL200.8º36.95%60.2%-
HSV(B)200.8º39.27%74.9%-
XYZ30.0634.3854.34-
YUV153.31149.27101.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.58%
GREEN value IS 165 (64.84% from 255) = 34.96%
BLUE value IS 191 (75% from 255) = 40.47%
R=24.58%
G=34.96%
B=40.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161651910.390.1400.25200.836.9560.2
Hex74A5BF27E019c9253c
Octal16424527747160313114574
Binary11101001010010110111111100111111001100111001001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,165,191); }

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

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

 a { background-color: rgb(116,165,191); }

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

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

 span { border-color: rgb(116,165,191); }

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