#74A4BF

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

Shades of Glacier #74A4BF

Tints of Glacier #74A4BF

Color information

#74A4BF (or 0x74A4BF) is unknown color: approx Glacier. HEX triplet: 74, A4 and BF. RGB value is (116,164,191). Sum of RGB (Red+Green+Blue) = 116+164+191=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #74A4BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A4BF is #8B5B40. Grayscale: #989898. Windows color (decimal): -9132865 or 12559476. OLE color: 12559476.

HSL color Cylindrical-coordinate representation of color #74A4BF: hue angle of 201.6º 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 #74A4BF is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116164191-
CMYK0.390.1400.25
HSL201.6º36.95%60.2%-
HSV(B)201.6º39.27%74.9%-
XYZ29.8834.0354.28-
YUV152.73149.6101.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.63%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 191 (75% from 255) = 40.55%
R=24.63%
G=34.82%
B=40.55%

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
Decimal1161641910.390.1400.25201.636.9560.2
Hex74A4BF27E019ca253c
Octal16424427747160313124574
Binary11101001010010010111111100111111001100111001010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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