#419DAC

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

Shades of Boston Blue #419DAC

Tints of Boston Blue #419DAC

Color information

#419DAC (or 0x419DAC) is unknown color: approx Boston Blue. HEX triplet: 41, 9D and AC. RGB value is (65,157,172). Sum of RGB (Red+Green+Blue) = 65+157+172=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #419DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419DAC is #BE6253. Grayscale: #838383. Windows color (decimal): -12477012 or 11312449. OLE color: 11312449.

HSL color Cylindrical-coordinate representation of color #419DAC: hue angle of 188.41º 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 #419DAC is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65157172-
CMYK0.620.0900.33
HSL188.41º45.15%46.47%-
HSV(B)188.41º62.21%67.45%-
XYZ21.6828.2243.33-
YUV131.2151.0280.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.50%
GREEN value IS 157 (61.72% from 255) = 39.85%
BLUE value IS 172 (67.58% from 255) = 43.65%
R=16.50%
G=39.85%
B=43.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651571720.620.0900.33188.4145.1546.47
Hex419DAC3E9021bc2d2e
Octal10123525476110412745556
Binary100000110011101101011001111101001010000110111100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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