Html Css Color HEX #749EC6 Polo Blue

📋 copy color: '#749EC6'

red 116 ◦ green 158 ◦ blue 198

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

Shades of Polo Blue #749EC6

Tints of Polo Blue #749EC6

RGB

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

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

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

R = 24.58%
G = 33.47%
B = 41.95%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#749EC6 (or 0x749EC6) is known color: Polo Blue. HEX triplet: 74, 9E and C6. RGB value is (116,158,198). Sum of RGB (Red+Green+Blue) = 116+158+198=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 158 (62.11% from 255 or 33.47% 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 #749EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749EC6 is #8B6139. Grayscale: #959595. Windows color (decimal): -9134394 or 13016692. OLE color: 13016692.

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

Color convert

RGB 116 158 198 -
CMYK 0.41 0.20 0 0.22
HSL 209.27º 0.42% 0.62% -
HSV(B) 209.27º 0.41% 0.78% -
XYZ 29.62 32.24 58.09 -
YUV 150 155.09 103.75 -
System Red Green Blue C M Y K H S L
Decimal 116 158 198 0.41 0.20 0 0.22 209.27 0.42 0.62
Hex 74 9E C6 29 14 0 16 D1 2A 3E
Octal 164 236 306 51 24 0 26 321 52 76
Binary 1110100 10011110 11000110 101001 10100 0 10110 11010001 101010 111110

Color Harmonies of #749EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749EC6

Black with #749EC6

Text Example


Text Example

White with #749EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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