Html Css Color HEX #749BCD Polo Blue

📋 copy color: '#749BCD'

red 116 ◦ green 155 ◦ blue 205

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

Shades of Polo Blue #749BCD

Tints of Polo Blue #749BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.56%

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 24.37%
G = 32.56%
B = 43.07%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#749BCD (or 0x749BCD) is known color: Polo Blue. HEX triplet: 74, 9B and CD. RGB value is (116,155,205). Sum of RGB (Red+Green+Blue) = 116+155+205=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #749BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BCD is #8B6432. Grayscale: #949494. Windows color (decimal): -9135155 or 13474676. OLE color: 13474676.

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

Color convert

RGB 116 155 205 -
CMYK 0.43 0.24 0 0.20
HSL 213.71º 0.47% 0.63% -
HSV(B) 213.71º 0.43% 0.8% -
XYZ 29.94 31.56 62.27 -
YUV 149.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 116 155 205 0.43 0.24 0 0.20 213.71 0.47 0.63
Hex 74 9B CD 2B 18 0 14 D6 2F 3F
Octal 164 233 315 53 30 0 24 326 57 77
Binary 1110100 10011011 11001101 101011 11000 0 10100 11010110 101111 111111

Color Harmonies of #749BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749BCD

Black with #749BCD

Text Example


Text Example

White with #749BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,155,205); }

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

background-color css

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

 a { background-color: rgb(116,155,205); }

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

border-color css

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

 span { border-color: rgb(116,155,205); }

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