#4D75AD

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

Shades of San Marino #4D75AD

Tints of San Marino #4D75AD

Color information

#4D75AD (or 0x4D75AD) is unknown color: approx San Marino. HEX triplet: 4D, 75 and AD. RGB value is (77,117,173). Sum of RGB (Red+Green+Blue) = 77+117+173=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D75AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D75AD is #B28A52. Grayscale: #6F6F6F. Windows color (decimal): -11700819 or 11367757. OLE color: 11367757.

HSL color Cylindrical-coordinate representation of color #4D75AD: hue angle of 215º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D75AD is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB77117173-
CMYK0.550.3200.32
HSL215º38.4%49.02%-
HSV(B)215º55.49%67.84%-
XYZ16.9617.3241.98-
YUV111.42162.75103.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.98%
GREEN value IS 117 (46.09% from 255) = 31.88%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=20.98%
G=31.88%
B=47.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal771171730.550.3200.3221538.449.02
Hex4D75AD3720020d72631
Octal11516525567400403274661
Binary1001101111010110101101110111100000010000011010111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D75AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,117,173); }

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

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

 a { background-color: rgb(77,117,173); }

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

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

 span { border-color: rgb(77,117,173); }

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