#4B6396

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

Shades of San Marino #4B6396

Tints of San Marino #4B6396

Color information

#4B6396 (or 0x4B6396) is unknown color: approx San Marino. HEX triplet: 4B, 63 and 96. RGB value is (75,99,150). Sum of RGB (Red+Green+Blue) = 75+99+150=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #4B6396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6396 is #B49C69. Grayscale: #616161. Windows color (decimal): -11836522 or 9855819. OLE color: 9855819.

HSL color Cylindrical-coordinate representation of color #4B6396: hue angle of 220.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B6396 is Cyan = 0.5, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7599150-
CMYK0.50.3400.41
HSL220.8º33.33%44.12%-
HSV(B)220.8º50%58.82%-
XYZ12.8712.6230.61-
YUV97.64157.55111.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.15%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 150 (58.98% from 255) = 46.30%
R=23.15%
G=30.56%
B=46.30%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal75991500.50.3400.41220.833.3344.12
Hex4B63963222029dd212c
Octal11314322662420513354154
Binary1001011110001110010110110010100010010100111011101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,99,150); }

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

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

 a { background-color: rgb(75,99,150); }

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

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

 span { border-color: rgb(75,99,150); }

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