#429CA7

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

Shades of Boston Blue #429CA7

Tints of Boston Blue #429CA7

Color information

#429CA7 (or 0x429CA7) is unknown color: approx Boston Blue. HEX triplet: 42, 9C and A7. RGB value is (66,156,167). Sum of RGB (Red+Green+Blue) = 66+156+167=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 167 (65.62% from 255 or 42.93% from 389); Max value from RGB is 167 - color contains mainly: blue. Hex color #429CA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429CA7 is #BD6358. Grayscale: #828282. Windows color (decimal): -12411737 or 10984514. OLE color: 10984514.

HSL color Cylindrical-coordinate representation of color #429CA7: hue angle of 186.53º 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 #429CA7 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB66156167-
CMYK0.600.0700.35
HSL186.53º43.35%45.69%-
HSV(B)186.53º60.48%65.49%-
XYZ21.1127.7340.8-
YUV130.34148.6882.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.97%
GREEN value IS 156 (61.33% from 255) = 40.10%
BLUE value IS 167 (65.62% from 255) = 42.93%
R=16.97%
G=40.10%
B=42.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661561670.600.0700.35186.5343.3545.69
Hex429CA73C7023bb2b2e
Octal1022342477470432735356
Binary10000101001110010100111111100111010001110111011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429CA7; }

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

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

<style>
 a { background-color: #429CA7; }

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

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

<style>
 span { border-color: #429CA7; }

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

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