#4E669B

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

Shades of San Marino #4E669B

Tints of San Marino #4E669B

Color information

#4E669B (or 0x4E669B) is unknown color: approx San Marino. HEX triplet: 4E, 66 and 9B. RGB value is (78,102,155). Sum of RGB (Red+Green+Blue) = 78+102+155=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E669B is #B19964. Grayscale: #646464. Windows color (decimal): -11639141 or 10184270. OLE color: 10184270.

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

Color convert

RGB78102155-
CMYK0.500.3400.39
HSL221.3º33.05%45.69%-
HSV(B)221.3º49.68%60.78%-
XYZ13.8113.4932.89-
YUV100.87158.55111.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.28%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 155 (60.94% from 255) = 46.27%
R=23.28%
G=30.45%
B=46.27%

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
Decimal781021550.500.3400.39221.333.0545.69
Hex4E669B3222027dd212e
Octal11614623362420473354156
Binary1001110110011010011011110010100010010011111011101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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