#4297A3

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

Shades of Boston Blue #4297A3

Tints of Boston Blue #4297A3

Color information

#4297A3 (or 0x4297A3) is unknown color: approx Boston Blue. HEX triplet: 42, 97 and A3. RGB value is (66,151,163). Sum of RGB (Red+Green+Blue) = 66+151+163=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 163 (64.06% from 255 or 42.89% from 380); Max value from RGB is 163 - color contains mainly: blue. Hex color #4297A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4297A3 is #BD685C. Grayscale: #7E7E7E. Windows color (decimal): -12413021 or 10721090. OLE color: 10721090.

HSL color Cylindrical-coordinate representation of color #4297A3: hue angle of 187.42º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4297A3 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB66151163-
CMYK0.600.0700.36
HSL187.42º42.36%44.9%-
HSV(B)187.42º59.51%63.92%-
XYZ19.9225.9438.61-
YUV126.95148.3484.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.37%
GREEN value IS 151 (59.38% from 255) = 39.74%
BLUE value IS 163 (64.06% from 255) = 42.89%
R=17.37%
G=39.74%
B=42.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661511630.600.0700.36187.4242.3644.9
Hex4297A33C7024bb2a2d
Octal1022272437470442735255
Binary10000101001011110100011111100111010010010111011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4297A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4297A3; }

 p { color: rgb(66,151,163); }

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

<style>
 a { background-color: #4297A3; }

 a { background-color: rgb(66,151,163); }

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

<style>
 span { border-color: #4297A3; }

 span { border-color: rgb(66,151,163); }

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