Html Css Color HEX #749FC8 Polo Blue

📋 copy color: '#749FC8'

red 116 ◦ green 159 ◦ blue 200

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

Shades of Polo Blue #749FC8

Tints of Polo Blue #749FC8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.47%

 BLUE value IS 200 (78.52% from 255) = 42.11%

R = 24.42%
G = 33.47%
B = 42.11%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#749FC8 (or 0x749FC8) is known color: Polo Blue. HEX triplet: 74, 9F and C8. RGB value is (116,159,200). Sum of RGB (Red+Green+Blue) = 116+159+200=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #749FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749FC8 is #8B6037. Grayscale: #969696. Windows color (decimal): -9134136 or 13148020. OLE color: 13148020.

HSL color Cylindrical-coordinate representation of color #749FC8: hue angle of 209.29º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #749FC8 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 159 200 -
CMYK 0.42 0.20 0 0.22
HSL 209.29º 0.43% 0.62% -
HSV(B) 209.29º 0.42% 0.78% -
XYZ 30.03 32.68 59.37 -
YUV 150.82 155.75 103.17 -
System Red Green Blue C M Y K H S L
Decimal 116 159 200 0.42 0.20 0 0.22 209.29 0.43 0.62
Hex 74 9F C8 2A 14 0 16 D1 2B 3E
Octal 164 237 310 52 24 0 26 321 53 76
Binary 1110100 10011111 11001000 101010 10100 0 10110 11010001 101011 111110

Color Harmonies of #749FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749FC8

Black with #749FC8

Text Example


Text Example

White with #749FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,159,200); }

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

background-color css

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

 a { background-color: rgb(116,159,200); }

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

border-color css

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

 span { border-color: rgb(116,159,200); }

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