Html Css Color HEX #749BC7 Polo Blue

📋 copy color: '#749BC7'

red 116 ◦ green 155 ◦ blue 199

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

Shades of Polo Blue #749BC7

Tints of Polo Blue #749BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.34%

R = 24.68%
G = 32.98%
B = 42.34%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#749BC7 (or 0x749BC7) is known color: Polo Blue. HEX triplet: 74, 9B and C7. RGB value is (116,155,199). Sum of RGB (Red+Green+Blue) = 116+155+199=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 199 - color contains mainly: blue. Hex color #749BC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BC7 is #8B6438. Grayscale: #949494. Windows color (decimal): -9135161 or 13081460. OLE color: 13081460.

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

Color convert

RGB 116 155 199 -
CMYK 0.42 0.22 0 0.22
HSL 211.81º 0.43% 0.62% -
HSV(B) 211.81º 0.42% 0.78% -
XYZ 29.23 31.28 58.53 -
YUV 148.36 156.58 104.92 -
System Red Green Blue C M Y K H S L
Decimal 116 155 199 0.42 0.22 0 0.22 211.81 0.43 0.62
Hex 74 9B C7 2A 16 0 16 D4 2B 3E
Octal 164 233 307 52 26 0 26 324 53 76
Binary 1110100 10011011 11000111 101010 10110 0 10110 11010100 101011 111110

Color Harmonies of #749BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749BC7

Black with #749BC7

Text Example


Text Example

White with #749BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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