#4B759A

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

Shades of San Marino #4B759A

Tints of San Marino #4B759A

Color information

#4B759A (or 0x4B759A) is unknown color: approx San Marino. HEX triplet: 4B, 75 and 9A. RGB value is (75,117,154). Sum of RGB (Red+Green+Blue) = 75+117+154=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 154 - color contains mainly: blue. Hex color #4B759A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B759A is #B48A65. Grayscale: #6C6C6C. Windows color (decimal): -11831910 or 10122571. OLE color: 10122571.

HSL color Cylindrical-coordinate representation of color #4B759A: hue angle of 208.1º 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 #4B759A is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB75117154-
CMYK0.510.2400.40
HSL208.1º34.5%44.9%-
HSV(B)208.1º51.3%60.39%-
XYZ15.116.5532.97-
YUV108.66153.59103.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.68%
GREEN value IS 117 (46.09% from 255) = 33.82%
BLUE value IS 154 (60.55% from 255) = 44.51%
R=21.68%
G=33.82%
B=44.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal751171540.510.2400.40208.134.544.9
Hex4B759A3318028d0222d
Octal11316523263300503204255
Binary100101111101011001101011001111000010100011010000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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