#74A7BD

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

Shades of Glacier #74A7BD

Tints of Glacier #74A7BD

Color information

#74A7BD (or 0x74A7BD) is unknown color: approx Glacier. HEX triplet: 74, A7 and BD. RGB value is (116,167,189). Sum of RGB (Red+Green+Blue) = 116+167+189=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #74A7BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A7BD is #8B5842. Grayscale: #9A9A9A. Windows color (decimal): -9132099 or 12429172. OLE color: 12429172.

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

Color convert

RGB116167189-
CMYK0.390.1200.26
HSL198.08º35.61%59.8%-
HSV(B)198.08º38.62%74.12%-
XYZ30.2135.0253.31-
YUV154.26147.6100.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.58%
GREEN value IS 167 (65.62% from 255) = 35.38%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=24.58%
G=35.38%
B=40.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161671890.390.1200.26198.0835.6159.8
Hex74A7BD27C01Ac6243c
Octal16424727547140323064474
Binary11101001010011110111101100111110001101011000110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,167,189); }

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

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

 a { background-color: rgb(116,167,189); }

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

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

 span { border-color: rgb(116,167,189); }

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