#749BCC

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

Shades of Polo Blue #749BCC

Tints of Polo Blue #749BCC

Color information

#749BCC (or 0x749BCC) is unknown color: approx Polo Blue. HEX triplet: 74, 9B and CC. RGB value is (116,155,204). Sum of RGB (Red+Green+Blue) = 116+155+204=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #749BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BCC is #8B6433. Grayscale: #949494. Windows color (decimal): -9135156 or 13409140. OLE color: 13409140.

HSL color Cylindrical-coordinate representation of color #749BCC: hue angle of 213.41º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #749BCC is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB116155204-
CMYK0.430.2400.2
HSL213.41º46.32%62.75%-
HSV(B)213.41º43.14%80%-
XYZ29.8231.5261.64-
YUV148.93159.08104.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.42%
GREEN value IS 155 (60.94% from 255) = 32.63%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=24.42%
G=32.63%
B=42.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1161552040.430.2400.2213.4146.3262.75
Hex749BCC2B18014d52e3f
Octal16423331453300243255677
Binary111010010011011110011001010111100001010011010101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,155,204); }

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

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

 a { background-color: rgb(116,155,204); }

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

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

 span { border-color: rgb(116,155,204); }

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