#429BB9

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

Shades of Boston Blue #429BB9

Tints of Boston Blue #429BB9

Color information

#429BB9 (or 0x429BB9) is unknown color: approx Boston Blue. HEX triplet: 42, 9B and B9. RGB value is (66,155,185). Sum of RGB (Red+Green+Blue) = 66+155+185=406 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.26% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 185 - color contains mainly: blue. Hex color #429BB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BB9 is #BD6446. Grayscale: #838383. Windows color (decimal): -12411975 or 12163906. OLE color: 12163906.

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

Color convert

RGB66155185-
CMYK0.640.1600.27
HSL195.13º47.41%49.22%-
HSV(B)195.13º64.32%72.55%-
XYZ22.7328.150.13-
YUV131.81158.0181.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.26%
GREEN value IS 155 (60.94% from 255) = 38.18%
BLUE value IS 185 (72.66% from 255) = 45.57%
R=16.26%
G=38.18%
B=45.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661551850.640.1600.27195.1347.4149.22
Hex429BB9401001Bc32f31
Octal102233271100200333035761
Binary1000010100110111011100110000001000001101111000011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,155,185); }

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

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

 a { background-color: rgb(66,155,185); }

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

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

 span { border-color: rgb(66,155,185); }

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