#4B659F

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

Shades of San Marino #4B659F

Tints of San Marino #4B659F

Color information

#4B659F (or 0x4B659F) is unknown color: approx San Marino. HEX triplet: 4B, 65 and 9F. RGB value is (75,101,159). Sum of RGB (Red+Green+Blue) = 75+101+159=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B659F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B659F is #B49A60. Grayscale: #636363. Windows color (decimal): -11836001 or 10446155. OLE color: 10446155.

HSL color Cylindrical-coordinate representation of color #4B659F: hue angle of 221.43º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B659F is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB75101159-
CMYK0.530.3600.38
HSL221.43º35.9%45.88%-
HSV(B)221.43º52.83%62.35%-
XYZ13.8113.3134.64-
YUV99.84161.39110.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 159 (62.5% from 255) = 47.46%
R=22.39%
G=30.15%
B=47.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal751011590.530.3600.38221.4335.945.88
Hex4B659F3524026dd242e
Octal11314523765440463354456
Binary1001011110010110011111110101100100010011011011101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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