#4B6DB2

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

Shades of San Marino #4B6DB2

Tints of San Marino #4B6DB2

Color information

#4B6DB2 (or 0x4B6DB2) is unknown color: approx San Marino. HEX triplet: 4B, 6D and B2. RGB value is (75,109,178). Sum of RGB (Red+Green+Blue) = 75+109+178=362 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.72% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #4B6DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6DB2 is #B4924D. Grayscale: #6A6A6A. Windows color (decimal): -11833934 or 11693387. OLE color: 11693387.

HSL color Cylindrical-coordinate representation of color #4B6DB2: hue angle of 220.19º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B6DB2 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB75109178-
CMYK0.580.3900.30
HSL220.19º40.71%49.61%-
HSV(B)220.19º57.87%69.8%-
XYZ16.4115.6544.28-
YUV106.7168.24105.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.72%
GREEN value IS 109 (42.97% from 255) = 30.11%
BLUE value IS 178 (69.92% from 255) = 49.17%
R=20.72%
G=30.11%
B=49.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal751091780.580.3900.30220.1940.7149.61
Hex4B6DB23A2701Edc2932
Octal11315526272470363345162
Binary100101111011011011001011101010011101111011011100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,109,178); }

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

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

 a { background-color: rgb(75,109,178); }

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

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

 span { border-color: rgb(75,109,178); }

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