#429CC1

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

Shades of Boston Blue #429CC1

Tints of Boston Blue #429CC1

Color information

#429CC1 (or 0x429CC1) is unknown color: approx Boston Blue. HEX triplet: 42, 9C and C1. RGB value is (66,156,193). Sum of RGB (Red+Green+Blue) = 66+156+193=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 193 - color contains mainly: blue. Hex color #429CC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429CC1 is #BD633E. Grayscale: #858585. Windows color (decimal): -12411711 or 12688450. OLE color: 12688450.

HSL color Cylindrical-coordinate representation of color #429CC1: hue angle of 197.48º 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 #429CC1 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB66156193-
CMYK0.660.1900.24
HSL197.48º50.6%50.78%-
HSV(B)197.48º65.8%75.69%-
XYZ23.7628.7954.76-
YUV133.31161.6879.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.90%
GREEN value IS 156 (61.33% from 255) = 37.59%
BLUE value IS 193 (75.78% from 255) = 46.51%
R=15.90%
G=37.59%
B=46.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661561930.660.1900.24197.4850.650.78
Hex429CC14213018c53333
Octal102234301102230303056363
Binary1000010100111001100000110000101001101100011000101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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