#749CCB

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

Shades of Polo Blue #749CCB

Tints of Polo Blue #749CCB

Color information

#749CCB (or 0x749CCB) is unknown color: approx Polo Blue. HEX triplet: 74, 9C and CB. RGB value is (116,156,203). Sum of RGB (Red+Green+Blue) = 116+156+203=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #749CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CCB is #8B6334. Grayscale: #959595. Windows color (decimal): -9134901 or 13343860. OLE color: 13343860.

HSL color Cylindrical-coordinate representation of color #749CCB: hue angle of 212.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 #749CCB is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB116156203-
CMYK0.430.2300.20
HSL212.41º45.55%62.55%-
HSV(B)212.41º42.86%79.61%-
XYZ29.8731.861.06-
YUV149.4158.25104.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.42%
GREEN value IS 156 (61.33% from 255) = 32.84%
BLUE value IS 203 (79.69% from 255) = 42.74%
R=24.42%
G=32.84%
B=42.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1161562030.430.2300.20212.4145.5562.55
Hex749CCB2B17014d42e3f
Octal16423431353270243245677
Binary111010010011100110010111010111011101010011010100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,156,203); }

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

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

 a { background-color: rgb(116,156,203); }

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

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

 span { border-color: rgb(116,156,203); }

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