Html Css Color HEX #749DC5 Polo Blue

📋 copy color: '#749DC5'

red 116 ◦ green 157 ◦ blue 197

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

Shades of Polo Blue #749DC5

Tints of Polo Blue #749DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.91%

R = 24.68%
G = 33.4%
B = 41.91%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#749DC5 (or 0x749DC5) is known color: Polo Blue. HEX triplet: 74, 9D and C5. RGB value is (116,157,197). Sum of RGB (Red+Green+Blue) = 116+157+197=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 197 - color contains mainly: blue. Hex color #749DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DC5 is #8B623A. Grayscale: #959595. Windows color (decimal): -9134651 or 12950900. OLE color: 12950900.

HSL color Cylindrical-coordinate representation of color #749DC5: hue angle of 209.63º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #749DC5 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 157 197 -
CMYK 0.41 0.20 0 0.23
HSL 209.63º 0.41% 0.61% -
HSV(B) 209.63º 0.41% 0.77% -
XYZ 29.34 31.86 57.43 -
YUV 149.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 116 157 197 0.41 0.20 0 0.23 209.63 0.41 0.61
Hex 74 9D C5 29 14 0 17 D2 29 3D
Octal 164 235 305 51 24 0 27 322 51 75
Binary 1110100 10011101 11000101 101001 10100 0 10111 11010010 101001 111101

Color Harmonies of #749DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749DC5

Black with #749DC5

Text Example


Text Example

White with #749DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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