#4199C1

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

Shades of Boston Blue #4199C1

Tints of Boston Blue #4199C1

Color information

#4199C1 (or 0x4199C1) is unknown color: approx Boston Blue. HEX triplet: 41, 99 and C1. RGB value is (65,153,193). Sum of RGB (Red+Green+Blue) = 65+153+193=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #4199C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4199C1 is #BE663E. Grayscale: #838383. Windows color (decimal): -12478015 or 12687681. OLE color: 12687681.

HSL color Cylindrical-coordinate representation of color #4199C1: hue angle of 198.75º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4199C1 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB65153193-
CMYK0.660.2100.24
HSL198.75º50.79%50.59%-
HSV(B)198.75º66.32%75.69%-
XYZ23.227.7654.59-
YUV131.25162.8580.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.82%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 193 (75.78% from 255) = 46.96%
R=15.82%
G=37.23%
B=46.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651531930.660.2100.24198.7550.7950.59
Hex4199C14215018c73333
Octal101231301102250303076363
Binary1000001100110011100000110000101010101100011000111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4199C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4199C1; }

 p { color: rgb(65,153,193); }

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

<style>
 a { background-color: #4199C1; }

 a { background-color: rgb(65,153,193); }

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

<style>
 span { border-color: #4199C1; }

 span { border-color: rgb(65,153,193); }

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