#4B6495

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

Shades of San Marino #4B6495

Tints of San Marino #4B6495

Color information

#4B6495 (or 0x4B6495) is unknown color: approx San Marino. HEX triplet: 4B, 64 and 95. RGB value is (75,100,149). Sum of RGB (Red+Green+Blue) = 75+100+149=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B6495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6495 is #B49B6A. Grayscale: #616161. Windows color (decimal): -11836267 or 9790539. OLE color: 9790539.

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

Color convert

RGB75100149-
CMYK0.500.3300.42
HSL219.73º33.04%43.92%-
HSV(B)219.73º49.66%58.43%-
XYZ12.8812.7830.22-
YUV98.11156.72111.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.15%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 149 (58.59% from 255) = 45.99%
R=23.15%
G=30.86%
B=45.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal751001490.500.3300.42219.7333.0443.92
Hex4B6495322102Adc212c
Octal11314422562410523344154
Binary1001011110010010010101110010100001010101011011100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,100,149); }

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

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

 a { background-color: rgb(75,100,149); }

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

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

 span { border-color: rgb(75,100,149); }

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