Html Css Color HEX #429AAD Boston Blue

📋 copy color: '#429AAD'

red 66 ◦ green 154 ◦ blue 173

#429AAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #429AAD

Tints of Boston Blue #429AAD

RGB

 RED value IS 66 (26.17% from 255) = 16.79%

 GREEN value IS 154 (60.55% from 255) = 39.19%

 BLUE value IS 173 (67.97% from 255) = 44.02%

R = 16.79%
G = 39.19%
B = 44.02%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#429AAD (or 0x429AAD) is known color: Boston Blue. HEX triplet: 42, 9A and AD. RGB value is (66,154,173). Sum of RGB (Red+Green+Blue) = 66+154+173=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #429AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429AAD is #BD6552. Grayscale: #818181. Windows color (decimal): -12412243 or 11377218. OLE color: 11377218.

HSL color Cylindrical-coordinate representation of color #429AAD: hue angle of 190.65º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #429AAD is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 154 173 -
CMYK 0.62 0.11 0 0.32
HSL 190.65º 0.45% 0.47% -
HSV(B) 190.65º 0.62% 0.68% -
XYZ 21.35 27.29 43.68 -
YUV 129.85 152.35 82.46 -
System Red Green Blue C M Y K H S L
Decimal 66 154 173 0.62 0.11 0 0.32 190.65 0.45 0.47
Hex 42 9A AD 3E B 0 20 BF 2D 2F
Octal 102 232 255 76 13 0 40 277 55 57
Binary 1000010 10011010 10101101 111110 1011 0 100000 10111111 101101 101111

Color Harmonies of #429AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429AAD

Black with #429AAD

Text Example


Text Example

White with #429AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,154,173); }

 H1.HeaderClassName
 {
   color: #429AAD;
 }
 .AnyTagClassName
 {
   color: #429AAD;
 }
</style>

background-color css

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

 a { background-color: rgb(66,154,173); }

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

border-color css

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

 span { border-color: rgb(66,154,173); }

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