#419EAC

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

Shades of Boston Blue #419EAC

Tints of Boston Blue #419EAC

Color information

#419EAC (or 0x419EAC) is unknown color: approx Boston Blue. HEX triplet: 41, 9E and AC. RGB value is (65,158,172). Sum of RGB (Red+Green+Blue) = 65+158+172=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #419EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419EAC is #BE6153. Grayscale: #838383. Windows color (decimal): -12476756 or 11312705. OLE color: 11312705.

HSL color Cylindrical-coordinate representation of color #419EAC: hue angle of 187.85º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #419EAC is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65158172-
CMYK0.620.0800.33
HSL187.85º45.15%46.47%-
HSV(B)187.85º62.21%67.45%-
XYZ21.8528.5643.39-
YUV131.79150.6980.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.46%
GREEN value IS 158 (62.11% from 255) = 40%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=16.46%
G=40%
B=43.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651581720.620.0800.33187.8545.1546.47
Hex419EAC3E8021bc2d2e
Octal10123625476100412745556
Binary100000110011110101011001111101000010000110111100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,158,172); }

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

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

 a { background-color: rgb(65,158,172); }

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

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

 span { border-color: rgb(65,158,172); }

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