Html Css Color HEX #749ECC Polo Blue

📋 copy color: '#749ECC'

red 116 ◦ green 158 ◦ blue 204

#749ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #749ECC

Tints of Polo Blue #749ECC

RGB

 RED value IS 116 (45.7% from 255) = 24.27%

 GREEN value IS 158 (62.11% from 255) = 33.05%

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 24.27%
G = 33.05%
B = 42.68%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#749ECC (or 0x749ECC) is known color: Polo Blue. HEX triplet: 74, 9E and CC. RGB value is (116,158,204). Sum of RGB (Red+Green+Blue) = 116+158+204=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #749ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749ECC is #8B6133. Grayscale: #969696. Windows color (decimal): -9134388 or 13409908. OLE color: 13409908.

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

Color convert

RGB 116 158 204 -
CMYK 0.43 0.23 0 0.2
HSL 211.36º 0.46% 0.63% -
HSV(B) 211.36º 0.43% 0.8% -
XYZ 30.33 32.53 61.81 -
YUV 150.69 158.09 103.26 -
System Red Green Blue C M Y K H S L
Decimal 116 158 204 0.43 0.23 0 0.2 211.36 0.46 0.63
Hex 74 9E CC 2B 17 0 14 D3 2E 3F
Octal 164 236 314 53 27 0 24 323 56 77
Binary 1110100 10011110 11001100 101011 10111 0 10100 11010011 101110 111111

Color Harmonies of #749ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749ECC

Black with #749ECC

Text Example


Text Example

White with #749ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #749ECC;
 }
 .AnyTagClassName
 {
   color: #749ECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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