#7499CD

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

Shades of Polo Blue #7499CD

Tints of Polo Blue #7499CD

Color information

#7499CD (or 0x7499CD) is unknown color: approx Polo Blue. HEX triplet: 74, 99 and CD. RGB value is (116,153,205). Sum of RGB (Red+Green+Blue) = 116+153+205=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #7499CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7499CD is #8B6632. Grayscale: #939393. Windows color (decimal): -9135667 or 13474164. OLE color: 13474164.

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

Color convert

RGB116153205-
CMYK0.430.2500.20
HSL215.06º47.09%62.94%-
HSV(B)215.06º43.41%80.39%-
XYZ29.6130.962.16-
YUV147.86160.24105.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.47%
GREEN value IS 153 (60.16% from 255) = 32.28%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=24.47%
G=32.28%
B=43.25%

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
Decimal1161532050.430.2500.20215.0647.0962.94
Hex7499CD2B19014d72f3f
Octal16423131553310243275777
Binary111010010011001110011011010111100101010011010111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7499CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7499CD; }

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

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

<style>
 a { background-color: #7499CD; }

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

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

<style>
 span { border-color: #7499CD; }

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

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