#4B6691

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

Shades of San Marino #4B6691

Tints of San Marino #4B6691

Color information

#4B6691 (or 0x4B6691) is unknown color: approx San Marino. HEX triplet: 4B, 66 and 91. RGB value is (75,102,145). Sum of RGB (Red+Green+Blue) = 75+102+145=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B6691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6691 is #B4996E. Grayscale: #626262. Windows color (decimal): -11835759 or 9528907. OLE color: 9528907.

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

Color convert

RGB75102145-
CMYK0.480.3000.43
HSL216.86º31.82%43.14%-
HSV(B)216.86º48.28%56.86%-
XYZ12.7613.0428.63-
YUV98.83154.05111-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.29%
GREEN value IS 102 (40.23% from 255) = 31.68%
BLUE value IS 145 (57.03% from 255) = 45.03%
R=23.29%
G=31.68%
B=45.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal751021450.480.3000.43216.8631.8243.14
Hex4B6691301E02Bd9202b
Octal11314622160360533314053
Binary100101111001101001000111000011110010101111011001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,102,145); }

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

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

 a { background-color: rgb(75,102,145); }

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

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

 span { border-color: rgb(75,102,145); }

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