#749DC5

Color #749DC5 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #749DC5

Tints of Polo Blue #749DC5

Color information

#749DC5 (or 0x749DC5) is unknown color: approx Polo Blue. HEX triplet: 74, 9D and C5. RGB value is (116,157,197). Sum of RGB (Red+Green+Blue) = 116+157+197=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 197 - color contains mainly: blue. Hex color #749DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DC5 is #8B623A. Grayscale: #959595. Windows color (decimal): -9134651 or 12950900. OLE color: 12950900.

HSL color Cylindrical-coordinate representation of color #749DC5: hue angle of 209.63º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #749DC5 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB116157197-
CMYK0.410.2000.23
HSL209.63º41.12%61.37%-
HSV(B)209.63º41.12%77.25%-
XYZ29.3431.8657.43-
YUV149.3154.92104.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.68%
GREEN value IS 157 (61.72% from 255) = 33.40%
BLUE value IS 197 (77.34% from 255) = 41.91%
R=24.68%
G=33.40%
B=41.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1161571970.410.2000.23209.6341.1261.37
Hex749DC52914017d2293d
Octal16423530551240273225175
Binary111010010011101110001011010011010001011111010010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749DC5; }

 p { color: rgb(116,157,197); }

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

<style>
 a { background-color: #749DC5; }

 a { background-color: rgb(116,157,197); }

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

<style>
 span { border-color: #749DC5; }

 span { border-color: rgb(116,157,197); }

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