#418CAC

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

Shades of Boston Blue #418CAC

Tints of Boston Blue #418CAC

Color information

#418CAC (or 0x418CAC) is unknown color: approx Boston Blue. HEX triplet: 41, 8C and AC. RGB value is (65,140,172). Sum of RGB (Red+Green+Blue) = 65+140+172=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #418CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418CAC is #BE7353. Grayscale: #797979. Windows color (decimal): -12481364 or 11308097. OLE color: 11308097.

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

Color convert

RGB65140172-
CMYK0.620.1900.33
HSL197.94º45.15%46.47%-
HSV(B)197.94º62.21%67.45%-
XYZ1922.8642.44-
YUV121.22156.6587.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.24%
GREEN value IS 140 (55.08% from 255) = 37.14%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=17.24%
G=37.14%
B=45.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651401720.620.1900.33197.9445.1546.47
Hex418CAC3E13021c62d2e
Octal10121425476230413065556
Binary1000001100011001010110011111010011010000111000110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418CAC; }

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

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

<style>
 a { background-color: #418CAC; }

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

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

<style>
 span { border-color: #418CAC; }

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

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