#4B6993

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

Shades of San Marino #4B6993

Tints of San Marino #4B6993

Color information

#4B6993 (or 0x4B6993) is unknown color: approx San Marino. HEX triplet: 4B, 69 and 93. RGB value is (75,105,147). Sum of RGB (Red+Green+Blue) = 75+105+147=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #4B6993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6993 is #B4966C. Grayscale: #646464. Windows color (decimal): -11834989 or 9660747. OLE color: 9660747.

HSL color Cylindrical-coordinate representation of color #4B6993: hue angle of 215º 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 #4B6993 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB75105147-
CMYK0.490.2900.42
HSL215º32.43%43.53%-
HSV(B)215º48.98%57.65%-
XYZ13.2213.7129.55-
YUV100.82154.06109.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.94%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=22.94%
G=32.11%
B=44.95%

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
Decimal751051470.490.2900.4221532.4343.53
Hex4B6993311D02Ad7202c
Octal11315122361350523274054
Binary100101111010011001001111000111101010101011010111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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