#4B6893

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

Shades of San Marino #4B6893

Tints of San Marino #4B6893

Color information

#4B6893 (or 0x4B6893) is unknown color: approx San Marino. HEX triplet: 4B, 68 and 93. RGB value is (75,104,147). Sum of RGB (Red+Green+Blue) = 75+104+147=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #4B6893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6893 is #B4976C. Grayscale: #646464. Windows color (decimal): -11835245 or 9660491. OLE color: 9660491.

HSL color Cylindrical-coordinate representation of color #4B6893: hue angle of 215.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B6893 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB75104147-
CMYK0.490.2900.42
HSL215.83º32.43%43.53%-
HSV(B)215.83º48.98%57.65%-
XYZ13.1213.529.52-
YUV100.23154.39110-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.01%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 147 (57.81% from 255) = 45.09%
R=23.01%
G=31.90%
B=45.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal751041470.490.2900.42215.8332.4343.53
Hex4B6893311D02Ad8202c
Octal11315022361350523304054
Binary100101111010001001001111000111101010101011011000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,104,147); }

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

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

 a { background-color: rgb(75,104,147); }

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

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

 span { border-color: rgb(75,104,147); }

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