#429BC1

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

Shades of Boston Blue #429BC1

Tints of Boston Blue #429BC1

Color information

#429BC1 (or 0x429BC1) is unknown color: approx Boston Blue. HEX triplet: 42, 9B and C1. RGB value is (66,155,193). Sum of RGB (Red+Green+Blue) = 66+155+193=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #429BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BC1 is #BD643E. Grayscale: #848484. Windows color (decimal): -12411967 or 12688194. OLE color: 12688194.

HSL color Cylindrical-coordinate representation of color #429BC1: hue angle of 197.95º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #429BC1 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB66155193-
CMYK0.660.2000.24
HSL197.95º50.6%50.78%-
HSV(B)197.95º65.8%75.69%-
XYZ23.5928.4554.7-
YUV132.72162.0180.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.94%
GREEN value IS 155 (60.94% from 255) = 37.44%
BLUE value IS 193 (75.78% from 255) = 46.62%
R=15.94%
G=37.44%
B=46.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661551930.660.2000.24197.9550.650.78
Hex429BC14214018c63333
Octal102233301102240303066363
Binary1000010100110111100000110000101010001100011000110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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