#4B6CB3

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

Shades of San Marino #4B6CB3

Tints of San Marino #4B6CB3

Color information

#4B6CB3 (or 0x4B6CB3) is unknown color: approx San Marino. HEX triplet: 4B, 6C and B3. RGB value is (75,108,179). Sum of RGB (Red+Green+Blue) = 75+108+179=362 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.72% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 179 (70.31% from 255 or 49.45% from 362); Max value from RGB is 179 - color contains mainly: blue. Hex color #4B6CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6CB3 is #B4934C. Grayscale: #696969. Windows color (decimal): -11834189 or 11758667. OLE color: 11758667.

HSL color Cylindrical-coordinate representation of color #4B6CB3: hue angle of 220.96º 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 #4B6CB3 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB75108179-
CMYK0.580.4000.30
HSL220.96º40.94%49.8%-
HSV(B)220.96º58.1%70.2%-
XYZ16.415.4844.77-
YUV106.23169.07105.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.72%
GREEN value IS 108 (42.58% from 255) = 29.83%
BLUE value IS 179 (70.31% from 255) = 49.45%
R=20.72%
G=29.83%
B=49.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal751081790.580.4000.30220.9640.9449.8
Hex4B6CB33A2801Edd2932
Octal11315426372500363355162
Binary100101111011001011001111101010100001111011011101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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