#749FCA

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

Shades of Polo Blue #749FCA

Tints of Polo Blue #749FCA

Color information

#749FCA (or 0x749FCA) is unknown color: approx Polo Blue. HEX triplet: 74, 9F and CA. RGB value is (116,159,202). Sum of RGB (Red+Green+Blue) = 116+159+202=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #749FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749FCA is #8B6035. Grayscale: #969696. Windows color (decimal): -9134134 or 13279092. OLE color: 13279092.

HSL color Cylindrical-coordinate representation of color #749FCA: hue angle of 210º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #749FCA is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB116159202-
CMYK0.430.2100.21
HSL210º44.79%62.35%-
HSV(B)210º42.57%79.22%-
XYZ30.2632.7760.61-
YUV151.04156.75103-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.32%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=24.32%
G=33.33%
B=42.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161592020.430.2100.2121044.7962.35
Hex749FCA2B15015d22d3e
Octal16423731253250253225576
Binary111010010011111110010101010111010101010111010010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,159,202); }

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

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

 a { background-color: rgb(116,159,202); }

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

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

 span { border-color: rgb(116,159,202); }

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