#4C72AC

Color #4C72AC San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #4C72AC

Tints of San Marino #4C72AC

Color information

#4C72AC (or 0x4C72AC) is unknown color: approx San Marino. HEX triplet: 4C, 72 and AC. RGB value is (76,114,172). Sum of RGB (Red+Green+Blue) = 76+114+172=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C72AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C72AC is #B38D53. Grayscale: #6C6C6C. Windows color (decimal): -11767124 or 11301452. OLE color: 11301452.

HSL color Cylindrical-coordinate representation of color #4C72AC: hue angle of 216.25º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C72AC is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB76114172-
CMYK0.560.3400.33
HSL216.25º38.71%48.63%-
HSV(B)216.25º55.81%67.45%-
XYZ16.4416.5541.36-
YUV109.25163.41104.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.99%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 172 (67.58% from 255) = 47.51%
R=20.99%
G=31.49%
B=47.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal761141720.560.3400.33216.2538.7148.63
Hex4C72AC3822021d82731
Octal11416225470420413304761
Binary1001100111001010101100111000100010010000111011000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C72AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C72AC; }

 p { color: rgb(76,114,172); }

 H1.HeaderClassName
 {
   color: #4C72AC;
 }
 .AnyTagClassName
 {
   color: #4C72AC;
 }
</style>
background-color css

<style>
 a { background-color: #4C72AC; }

 a { background-color: rgb(76,114,172); }

 div.DivClassName
 {
   background-color: #4C72AC;
 }
 .BgClassName
 {
   background-color: #4C72AC;
 }
</style>
border-color css

<style>
 span { border-color: #4C72AC; }

 span { border-color: rgb(76,114,172); }

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