Html Css Color HEX #749CCC Polo Blue

📋 copy color: '#749CCC'

red 116 ◦ green 156 ◦ blue 204

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

Shades of Polo Blue #749CCC

Tints of Polo Blue #749CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 24.37%
G = 32.77%
B = 42.86%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#749CCC (or 0x749CCC) is known color: Polo Blue. HEX triplet: 74, 9C and CC. RGB value is (116,156,204). Sum of RGB (Red+Green+Blue) = 116+156+204=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #749CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CCC is #8B6333. Grayscale: #959595. Windows color (decimal): -9134900 or 13409396. OLE color: 13409396.

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

Color convert

RGB 116 156 204 -
CMYK 0.43 0.24 0 0.2
HSL 212.73º 0.46% 0.63% -
HSV(B) 212.73º 0.43% 0.8% -
XYZ 29.99 31.85 61.69 -
YUV 149.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 116 156 204 0.43 0.24 0 0.2 212.73 0.46 0.63
Hex 74 9C CC 2B 18 0 14 D5 2E 3F
Octal 164 234 314 53 30 0 24 325 56 77
Binary 1110100 10011100 11001100 101011 11000 0 10100 11010101 101110 111111

Color Harmonies of #749CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749CCC

Black with #749CCC

Text Example


Text Example

White with #749CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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