Html Css Color HEX #749ACC Polo Blue

📋 copy color: '#749ACC'

red 116 ◦ green 154 ◦ blue 204

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

Shades of Polo Blue #749ACC

Tints of Polo Blue #749ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.49%

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

R = 24.47%
G = 32.49%
B = 43.04%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#749ACC (or 0x749ACC) is known color: Polo Blue. HEX triplet: 74, 9A and CC. RGB value is (116,154,204). Sum of RGB (Red+Green+Blue) = 116+154+204=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #749ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749ACC is #8B6533. Grayscale: #949494. Windows color (decimal): -9135412 or 13408884. OLE color: 13408884.

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

Color convert

RGB 116 154 204 -
CMYK 0.43 0.25 0 0.2
HSL 214.09º 0.46% 0.63% -
HSV(B) 214.09º 0.43% 0.8% -
XYZ 29.66 31.18 61.58 -
YUV 148.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 116 154 204 0.43 0.25 0 0.2 214.09 0.46 0.63
Hex 74 9A CC 2B 19 0 14 D6 2E 3F
Octal 164 232 314 53 31 0 24 326 56 77
Binary 1110100 10011010 11001100 101011 11001 0 10100 11010110 101110 111111

Color Harmonies of #749ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749ACC

Black with #749ACC

Text Example


Text Example

White with #749ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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