#4193B1

Color #4193B1 Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #4193B1

Tints of Boston Blue #4193B1

Color information

#4193B1 (or 0x4193B1) is unknown color: approx Boston Blue. HEX triplet: 41, 93 and B1. RGB value is (65,147,177). Sum of RGB (Red+Green+Blue) = 65+147+177=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #4193B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4193B1 is #BE6C4E. Grayscale: #7D7D7D. Windows color (decimal): -12479567 or 11637569. OLE color: 11637569.

HSL color Cylindrical-coordinate representation of color #4193B1: hue angle of 196.07º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4193B1 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB65147177-
CMYK0.630.1700.31
HSL196.07º46.28%47.45%-
HSV(B)196.07º63.28%69.41%-
XYZ20.5525.1745.37-
YUV125.9156.8384.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.71%
GREEN value IS 147 (57.81% from 255) = 37.79%
BLUE value IS 177 (69.53% from 255) = 45.50%
R=16.71%
G=37.79%
B=45.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651471770.630.1700.31196.0746.2847.45
Hex4193B13F1101Fc42e2f
Octal10122326177210373045657
Binary100000110010011101100011111111000101111111000100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4193B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4193B1; }

 p { color: rgb(65,147,177); }

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

<style>
 a { background-color: #4193B1; }

 a { background-color: rgb(65,147,177); }

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

<style>
 span { border-color: #4193B1; }

 span { border-color: rgb(65,147,177); }

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