#4D669B

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

Shades of San Marino #4D669B

Tints of San Marino #4D669B

Color information

#4D669B (or 0x4D669B) is unknown color: approx San Marino. HEX triplet: 4D, 66 and 9B. RGB value is (77,102,155). Sum of RGB (Red+Green+Blue) = 77+102+155=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D669B is #B29964. Grayscale: #646464. Windows color (decimal): -11704677 or 10184269. OLE color: 10184269.

HSL color Cylindrical-coordinate representation of color #4D669B: hue angle of 220.77º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D669B is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB77102155-
CMYK0.500.3400.39
HSL220.77º33.62%45.49%-
HSV(B)220.77º50.32%60.78%-
XYZ13.7313.4532.88-
YUV100.57158.72111.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.05%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=23.05%
G=30.54%
B=46.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771021550.500.3400.39220.7733.6245.49
Hex4D669B3222027dd222d
Octal11514623362420473354255
Binary1001101110011010011011110010100010010011111011101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,102,155); }

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

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

 a { background-color: rgb(77,102,155); }

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

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

 span { border-color: rgb(77,102,155); }

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