#429BBF

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

Shades of Boston Blue #429BBF

Tints of Boston Blue #429BBF

Color information

#429BBF (or 0x429BBF) is unknown color: approx Boston Blue. HEX triplet: 42, 9B and BF. RGB value is (66,155,191). Sum of RGB (Red+Green+Blue) = 66+155+191=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #429BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BBF is #BD6440. Grayscale: #848484. Windows color (decimal): -12411969 or 12557122. OLE color: 12557122.

HSL color Cylindrical-coordinate representation of color #429BBF: hue angle of 197.28º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #429BBF is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66155191-
CMYK0.650.1900.25
HSL197.28º49.41%50.39%-
HSV(B)197.28º65.45%74.9%-
XYZ23.3728.3653.53-
YUV132.49161.0180.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.02%
GREEN value IS 155 (60.94% from 255) = 37.62%
BLUE value IS 191 (75% from 255) = 46.36%
R=16.02%
G=37.62%
B=46.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661551910.650.1900.25197.2849.4150.39
Hex429BBF4113019c53132
Octal102233277101230313056162
Binary1000010100110111011111110000011001101100111000101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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