#4B6992

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

Shades of San Marino #4B6992

Tints of San Marino #4B6992

Color information

#4B6992 (or 0x4B6992) is unknown color: approx San Marino. HEX triplet: 4B, 69 and 92. RGB value is (75,105,146). Sum of RGB (Red+Green+Blue) = 75+105+146=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #4B6992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6992 is #B4966D. Grayscale: #646464. Windows color (decimal): -11834990 or 9595211. OLE color: 9595211.

HSL color Cylindrical-coordinate representation of color #4B6992: hue angle of 214.65º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B6992 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB75105146-
CMYK0.490.2800.43
HSL214.65º32.13%43.33%-
HSV(B)214.65º48.63%57.25%-
XYZ13.1413.6729.14-
YUV100.7153.56109.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.01%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=23.01%
G=32.21%
B=44.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal751051460.490.2800.43214.6532.1343.33
Hex4B6992311C02Bd7202b
Octal11315122261340533274053
Binary100101111010011001001011000111100010101111010111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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