#4495BC

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

Shades of Boston Blue #4495BC

Tints of Boston Blue #4495BC

Color information

#4495BC (or 0x4495BC) is unknown color: approx Boston Blue. HEX triplet: 44, 95 and BC. RGB value is (68,149,188). Sum of RGB (Red+Green+Blue) = 68+149+188=405 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.79% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #4495BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4495BC is #BB6A43. Grayscale: #808080. Windows color (decimal): -12282436 or 12358980. OLE color: 12358980.

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

Color convert

RGB68149188-
CMYK0.640.2100.26
HSL199.5º47.24%50.2%-
HSV(B)199.5º63.83%73.73%-
XYZ22.2126.3551.49-
YUV129.23161.1684.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.79%
GREEN value IS 149 (58.59% from 255) = 36.79%
BLUE value IS 188 (73.83% from 255) = 46.42%
R=16.79%
G=36.79%
B=46.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal681491880.640.2100.26199.547.2450.2
Hex4495BC401501Ac82f32
Octal104225274100250323105762
Binary1000100100101011011110010000001010101101011001000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4495BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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