#4295BC

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

Shades of Boston Blue #4295BC

Tints of Boston Blue #4295BC

Color information

#4295BC (or 0x4295BC) is unknown color: approx Boston Blue. HEX triplet: 42, 95 and BC. RGB value is (66,149,188). Sum of RGB (Red+Green+Blue) = 66+149+188=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #4295BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4295BC is #BD6A43. Grayscale: #808080. Windows color (decimal): -12413508 or 12358978. OLE color: 12358978.

HSL color Cylindrical-coordinate representation of color #4295BC: hue angle of 199.18º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4295BC is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB66149188-
CMYK0.650.2100.26
HSL199.18º48.03%49.8%-
HSV(B)199.18º64.89%73.73%-
XYZ22.0726.2851.49-
YUV128.63161.583.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.38%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 188 (73.83% from 255) = 46.65%
R=16.38%
G=36.97%
B=46.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661491880.650.2100.26199.1848.0349.8
Hex4295BC411501Ac73032
Octal102225274101250323076062
Binary1000010100101011011110010000011010101101011000111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4295BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4295BC; }

 p { color: rgb(66,149,188); }

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

<style>
 a { background-color: #4295BC; }

 a { background-color: rgb(66,149,188); }

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

<style>
 span { border-color: #4295BC; }

 span { border-color: rgb(66,149,188); }

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