#419FB3

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

Shades of Boston Blue #419FB3

Tints of Boston Blue #419FB3

Color information

#419FB3 (or 0x419FB3) is unknown color: approx Boston Blue. HEX triplet: 41, 9F and B3. RGB value is (65,159,179). Sum of RGB (Red+Green+Blue) = 65+159+179=403 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.13% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 179 - color contains mainly: blue. Hex color #419FB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419FB3 is #BE604C. Grayscale: #858585. Windows color (decimal): -12476493 or 11771713. OLE color: 11771713.

HSL color Cylindrical-coordinate representation of color #419FB3: hue angle of 190.53º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #419FB3 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB65159179-
CMYK0.640.1100.30
HSL190.53º46.72%47.84%-
HSV(B)190.53º63.69%70.2%-
XYZ22.7129.1747.08-
YUV133.17153.8679.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.13%
GREEN value IS 159 (62.5% from 255) = 39.45%
BLUE value IS 179 (70.31% from 255) = 44.42%
R=16.13%
G=39.45%
B=44.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal651591790.640.1100.30190.5346.7247.84
Hex419FB340B01Ebf2f30
Octal101237263100130362775760
Binary100000110011111101100111000000101101111010111111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419FB3; }

 p { color: rgb(65,159,179); }

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

<style>
 a { background-color: #419FB3; }

 a { background-color: rgb(65,159,179); }

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

<style>
 span { border-color: #419FB3; }

 span { border-color: rgb(65,159,179); }

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