Html Css Color HEX #749DCB Polo Blue

📋 copy color: '#749DCB'

red 116 ◦ green 157 ◦ blue 203

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

Shades of Polo Blue #749DCB

Tints of Polo Blue #749DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.98%

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

R = 24.37%
G = 32.98%
B = 42.65%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#749DCB (or 0x749DCB) is known color: Polo Blue. HEX triplet: 74, 9D and CB. RGB value is (116,157,203). Sum of RGB (Red+Green+Blue) = 116+157+203=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #749DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DCB is #8B6234. Grayscale: #959595. Windows color (decimal): -9134645 or 13344116. OLE color: 13344116.

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

Color convert

RGB 116 157 203 -
CMYK 0.43 0.23 0 0.20
HSL 211.72º 0.46% 0.63% -
HSV(B) 211.72º 0.43% 0.8% -
XYZ 30.04 32.14 61.12 -
YUV 149.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 116 157 203 0.43 0.23 0 0.20 211.72 0.46 0.63
Hex 74 9D CB 2B 17 0 14 D4 2E 3F
Octal 164 235 313 53 27 0 24 324 56 77
Binary 1110100 10011101 11001011 101011 10111 0 10100 11010100 101110 111111

Color Harmonies of #749DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749DCB

Black with #749DCB

Text Example


Text Example

White with #749DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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