#4287A7

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

Shades of Boston Blue #4287A7

Tints of Boston Blue #4287A7

Color information

#4287A7 (or 0x4287A7) is unknown color: approx Boston Blue. HEX triplet: 42, 87 and A7. RGB value is (66,135,167). Sum of RGB (Red+Green+Blue) = 66+135+167=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 167 (65.62% from 255 or 45.38% from 368); Max value from RGB is 167 - color contains mainly: blue. Hex color #4287A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4287A7 is #BD7858. Grayscale: #757575. Windows color (decimal): -12417113 or 10979138. OLE color: 10979138.

HSL color Cylindrical-coordinate representation of color #4287A7: hue angle of 199.01º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4287A7 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB66135167-
CMYK0.600.1900.35
HSL199.01º43.35%45.69%-
HSV(B)199.01º60.48%65.49%-
XYZ17.8921.2839.72-
YUV118.02155.6490.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.93%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 167 (65.62% from 255) = 45.38%
R=17.93%
G=36.68%
B=45.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661351670.600.1900.35199.0143.3545.69
Hex4287A73C13023c72b2e
Octal10220724774230433075356
Binary1000010100001111010011111110010011010001111000111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4287A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4287A7; }

 p { color: rgb(66,135,167); }

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

<style>
 a { background-color: #4287A7; }

 a { background-color: rgb(66,135,167); }

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

<style>
 span { border-color: #4287A7; }

 span { border-color: rgb(66,135,167); }

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