#4B6CB5

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

Shades of San Marino #4B6CB5

Tints of San Marino #4B6CB5

Color information

#4B6CB5 (or 0x4B6CB5) is unknown color: approx San Marino. HEX triplet: 4B, 6C and B5. RGB value is (75,108,181). Sum of RGB (Red+Green+Blue) = 75+108+181=364 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.60% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 181 (71.09% from 255 or 49.73% from 364); Max value from RGB is 181 - color contains mainly: blue. Hex color #4B6CB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6CB5 is #B4934A. Grayscale: #6A6A6A. Windows color (decimal): -11834187 or 11889739. OLE color: 11889739.

HSL color Cylindrical-coordinate representation of color #4B6CB5: hue angle of 221.32º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B6CB5 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB75108181-
CMYK0.590.4000.29
HSL221.32º41.73%50.2%-
HSV(B)221.32º58.56%70.98%-
XYZ16.615.5645.84-
YUV106.46170.07105.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.60%
GREEN value IS 108 (42.58% from 255) = 29.67%
BLUE value IS 181 (71.09% from 255) = 49.73%
R=20.60%
G=29.67%
B=49.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751081810.590.4000.29221.3241.7350.2
Hex4B6CB53B2801Ddd2a32
Octal11315426573500353355262
Binary100101111011001011010111101110100001110111011101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,108,181); }

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

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

 a { background-color: rgb(75,108,181); }

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

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

 span { border-color: rgb(75,108,181); }

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