#4B659A

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

Shades of San Marino #4B659A

Tints of San Marino #4B659A

Color information

#4B659A (or 0x4B659A) is unknown color: approx San Marino. HEX triplet: 4B, 65 and 9A. RGB value is (75,101,154). Sum of RGB (Red+Green+Blue) = 75+101+154=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #4B659A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B659A is #B49A65. Grayscale: #636363. Windows color (decimal): -11836006 or 10118475. OLE color: 10118475.

HSL color Cylindrical-coordinate representation of color #4B659A: hue angle of 220.25º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B659A is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB75101154-
CMYK0.510.3400.40
HSL220.25º34.5%44.9%-
HSV(B)220.25º51.3%60.39%-
XYZ13.3913.1432.4-
YUV99.27158.89110.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.73%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 154 (60.55% from 255) = 46.67%
R=22.73%
G=30.61%
B=46.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal751011540.510.3400.40220.2534.544.9
Hex4B659A3322028dc222d
Octal11314523263420503344255
Binary1001011110010110011010110011100010010100011011100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,101,154); }

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

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

 a { background-color: rgb(75,101,154); }

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

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

 span { border-color: rgb(75,101,154); }

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