Html Css Color HEX #749CC4 Polo Blue

📋 copy color: '#749CC4'

red 116 ◦ green 156 ◦ blue 196

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

Shades of Polo Blue #749CC4

Tints of Polo Blue #749CC4

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.33%

 BLUE value IS 196 (76.95% from 255) = 41.88%

R = 24.79%
G = 33.33%
B = 41.88%

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

#749CC4 (or 0x749CC4) is known color: Polo Blue. HEX triplet: 74, 9C and C4. RGB value is (116,156,196). Sum of RGB (Red+Green+Blue) = 116+156+196=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #749CC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CC4 is #8B633B. Grayscale: #949494. Windows color (decimal): -9134908 or 12885108. OLE color: 12885108.

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

Color convert

RGB 116 156 196 -
CMYK 0.41 0.20 0 0.23
HSL 210º 0.4% 0.61% -
HSV(B) 210º 0.41% 0.77% -
XYZ 29.05 31.48 56.77 -
YUV 148.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 116 156 196 0.41 0.20 0 0.23 210 0.4 0.61
Hex 74 9C C4 29 14 0 17 D2 28 3D
Octal 164 234 304 51 24 0 27 322 50 75
Binary 1110100 10011100 11000100 101001 10100 0 10111 11010010 101000 111101

Color Harmonies of #749CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749CC4

Black with #749CC4

Text Example


Text Example

White with #749CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,156,196); }

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

background-color css

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

 a { background-color: rgb(116,156,196); }

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

border-color css

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

 span { border-color: rgb(116,156,196); }

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