Html Css Color HEX #74A7BB Glacier

📋 copy color: '#74A7BB'

red 116 ◦ green 167 ◦ blue 187

#74A7BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #74A7BB

Tints of Glacier #74A7BB

RGB

 RED value IS 116 (45.7% from 255) = 24.68%

 GREEN value IS 167 (65.63% from 255) = 35.53%

 BLUE value IS 187 (73.44% from 255) = 39.79%

R = 24.68%
G = 35.53%
B = 39.79%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#74A7BB (or 0x74A7BB) is known color: Glacier. HEX triplet: 74, A7 and BB. RGB value is (116,167,187). Sum of RGB (Red+Green+Blue) = 116+167+187=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #74A7BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A7BB is #8B5844. Grayscale: #999999. Windows color (decimal): -9132101 or 12298100. OLE color: 12298100.

HSL color Cylindrical-coordinate representation of color #74A7BB: hue angle of 196.9º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74A7BB is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 167 187 -
CMYK 0.38 0.11 0 0.27
HSL 196.9º 0.34% 0.59% -
HSV(B) 196.9º 0.38% 0.73% -
XYZ 29.99 34.94 52.18 -
YUV 154.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 116 167 187 0.38 0.11 0 0.27 196.9 0.34 0.59
Hex 74 A7 BB 26 B 0 1B C5 22 3B
Octal 164 247 273 46 13 0 33 305 42 73
Binary 1110100 10100111 10111011 100110 1011 0 11011 11000101 100010 111011

Color Harmonies of #74A7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A7BB

Black with #74A7BB

Text Example


Text Example

White with #74A7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74A7BB;
 }
 .AnyTagClassName
 {
   color: #74A7BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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