Html Css Color HEX #739FC6 Polo Blue

📋 copy color: '#739FC6'

red 115 ◦ green 159 ◦ blue 198

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

Shades of Polo Blue #739FC6

Tints of Polo Blue #739FC6

RGB

 RED value IS 115 (45.31% from 255) = 24.36%

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

 BLUE value IS 198 (77.73% from 255) = 41.95%

R = 24.36%
G = 33.69%
B = 41.95%

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

#739FC6 (or 0x739FC6) is known color: Polo Blue. HEX triplet: 73, 9F and C6. RGB value is (115,159,198). Sum of RGB (Red+Green+Blue) = 115+159+198=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #739FC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739FC6 is #8C6039. Grayscale: #969696. Windows color (decimal): -9199674 or 13016947. OLE color: 13016947.

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

Color convert

RGB 115 159 198 -
CMYK 0.42 0.20 0 0.22
HSL 208.19º 0.42% 0.61% -
HSV(B) 208.19º 0.42% 0.78% -
XYZ 29.66 32.52 58.14 -
YUV 150.29 154.92 102.83 -
System Red Green Blue C M Y K H S L
Decimal 115 159 198 0.42 0.20 0 0.22 208.19 0.42 0.61
Hex 73 9F C6 2A 14 0 16 D0 2A 3D
Octal 163 237 306 52 24 0 26 320 52 75
Binary 1110011 10011111 11000110 101010 10100 0 10110 11010000 101010 111101

Color Harmonies of #739FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739FC6

Black with #739FC6

Text Example


Text Example

White with #739FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739FC6; }

 p { color: rgb(115,159,198); }

 H1.HeaderClassName
 {
   color: #739FC6;
 }
 .AnyTagClassName
 {
   color: #739FC6;
 }
</style>

background-color css

<style>
 a { background-color: #739FC6; }

 a { background-color: rgb(115,159,198); }

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

border-color css

<style>
 span { border-color: #739FC6; }

 span { border-color: rgb(115,159,198); }

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