#749ACD

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

Shades of Polo Blue #749ACD

Tints of Polo Blue #749ACD

Color information

#749ACD (or 0x749ACD) is unknown color: approx Polo Blue. HEX triplet: 74, 9A and CD. RGB value is (116,154,205). Sum of RGB (Red+Green+Blue) = 116+154+205=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #749ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749ACD is #8B6532. Grayscale: #949494. Windows color (decimal): -9135411 or 13474420. OLE color: 13474420.

HSL color Cylindrical-coordinate representation of color #749ACD: hue angle of 214.38º degrees, saturation: 0.47, 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 #749ACD is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB116154205-
CMYK0.430.2500.20
HSL214.38º47.09%62.94%-
HSV(B)214.38º43.41%80.39%-
XYZ29.7831.2362.22-
YUV148.45159.91104.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.42%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=24.42%
G=32.42%
B=43.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1161542050.430.2500.20214.3847.0962.94
Hex749ACD2B19014d62f3f
Octal16423231553310243265777
Binary111010010011010110011011010111100101010011010110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,154,205); }

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

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

 a { background-color: rgb(116,154,205); }

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

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

 span { border-color: rgb(116,154,205); }

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