Html Css Color HEX #749ECB Polo Blue

📋 copy color: '#749ECB'

red 116 ◦ green 158 ◦ blue 203

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

Shades of Polo Blue #749ECB

Tints of Polo Blue #749ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 24.32%
G = 33.12%
B = 42.56%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#749ECB (or 0x749ECB) is known color: Polo Blue. HEX triplet: 74, 9E and CB. RGB value is (116,158,203). Sum of RGB (Red+Green+Blue) = 116+158+203=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #749ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749ECB is #8B6134. Grayscale: #969696. Windows color (decimal): -9134389 or 13344372. OLE color: 13344372.

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

Color convert

RGB 116 158 203 -
CMYK 0.43 0.22 0 0.20
HSL 211.03º 0.46% 0.63% -
HSV(B) 211.03º 0.43% 0.8% -
XYZ 30.21 32.48 61.18 -
YUV 150.57 157.59 103.34 -
System Red Green Blue C M Y K H S L
Decimal 116 158 203 0.43 0.22 0 0.20 211.03 0.46 0.63
Hex 74 9E CB 2B 16 0 14 D3 2E 3F
Octal 164 236 313 53 26 0 24 323 56 77
Binary 1110100 10011110 11001011 101011 10110 0 10100 11010011 101110 111111

Color Harmonies of #749ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749ECB

Black with #749ECB

Text Example


Text Example

White with #749ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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