#429DBA

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

Shades of Boston Blue #429DBA

Tints of Boston Blue #429DBA

Color information

#429DBA (or 0x429DBA) is unknown color: approx Boston Blue. HEX triplet: 42, 9D and BA. RGB value is (66,157,186). Sum of RGB (Red+Green+Blue) = 66+157+186=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #429DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DBA is #BD6245. Grayscale: #848484. Windows color (decimal): -12411462 or 12229954. OLE color: 12229954.

HSL color Cylindrical-coordinate representation of color #429DBA: hue angle of 194.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #429DBA is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66157186-
CMYK0.650.1600.27
HSL194.5º47.62%49.41%-
HSV(B)194.5º64.52%72.94%-
XYZ23.1728.8250.8-
YUV133.1157.8580.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.14%
GREEN value IS 157 (61.72% from 255) = 38.39%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=16.14%
G=38.39%
B=45.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661571860.650.1600.27194.547.6249.41
Hex429DBA411001Bc23031
Octal102235272101200333026061
Binary1000010100111011011101010000011000001101111000010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,157,186); }

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

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

 a { background-color: rgb(66,157,186); }

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

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

 span { border-color: rgb(66,157,186); }

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