#4195b1

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

Shades of Boston Blue #4195B1

Tints of Boston Blue #4195B1

Color information

#4195B1 (or 0x4195B1) is unknown color: approx Boston Blue. HEX triplet: 41, 95 and B1. RGB value is (65,149,177). Sum of RGB (Red+Green+Blue) = 65+149+177=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #4195B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4195B1 is #BE6A4E. Grayscale: #7E7E7E. Windows color (decimal): -12479055 or 11638081. OLE color: 11638081.

HSL color Cylindrical-coordinate representation of color #4195B1: hue angle of 195º 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 #4195B1 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB65149177-
CMYK0.630.1600.31
HSL195º46.28%47.45%-
HSV(B)195º63.28%69.41%-
XYZ20.8625.7945.47-
YUV127.08156.1783.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.62%
GREEN value IS 149 (58.59% from 255) = 38.11%
BLUE value IS 177 (69.53% from 255) = 45.27%
R=16.62%
G=38.11%
B=45.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651491770.630.1600.3119546.2847.45
Hex4195B13F1001Fc32e2f
Octal10122526177200373035657
Binary100000110010101101100011111111000001111111000011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4195b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4195b1; }

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

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

<style>
 a { background-color: #4195b1; }

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

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

<style>
 span { border-color: #4195b1; }

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

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