#4D6091

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

Shades of San Marino #4D6091

Tints of San Marino #4D6091

Color information

#4D6091 (or 0x4D6091) is unknown color: approx San Marino. HEX triplet: 4D, 60 and 91. RGB value is (77,96,145). Sum of RGB (Red+Green+Blue) = 77+96+145=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D6091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6091 is #B29F6E. Grayscale: #5F5F5F. Windows color (decimal): -11706223 or 9527373. OLE color: 9527373.

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

Color convert

RGB7796145-
CMYK0.470.3400.43
HSL223.24º30.63%43.53%-
HSV(B)223.24º46.9%56.86%-
XYZ12.3511.9928.45-
YUV95.9155.71114.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.21%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 145 (57.03% from 255) = 45.60%
R=24.21%
G=30.19%
B=45.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal77961450.470.3400.43223.2430.6343.53
Hex4D60912F2202Bdf1f2c
Octal11514022157420533373754
Binary100110111000001001000110111110001001010111101111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,96,145); }

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

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

 a { background-color: rgb(77,96,145); }

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

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

 span { border-color: rgb(77,96,145); }

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