#4C74AF

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

Shades of San Marino #4C74AF

Tints of San Marino #4C74AF

Color information

#4C74AF (or 0x4C74AF) is unknown color: approx San Marino. HEX triplet: 4C, 74 and AF. RGB value is (76,116,175). Sum of RGB (Red+Green+Blue) = 76+116+175=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #4C74AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C74AF is #B38B50. Grayscale: #6E6E6E. Windows color (decimal): -11766609 or 11498572. OLE color: 11498572.

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

Color convert

RGB76116175-
CMYK0.570.3400.31
HSL215.76º39.44%49.22%-
HSV(B)215.76º56.57%68.63%-
XYZ16.9617.1242.97-
YUV110.77164.25103.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.71%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 175 (68.75% from 255) = 47.68%
R=20.71%
G=31.61%
B=47.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761161750.570.3400.31215.7639.4449.22
Hex4C74AF392201Fd82731
Octal11416425771420373304761
Binary100110011101001010111111100110001001111111011000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C74AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,116,175); }

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

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

 a { background-color: rgb(76,116,175); }

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

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

 span { border-color: rgb(76,116,175); }

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