Html Css Color HEX #429AB1 Boston Blue

📋 copy color: '#429AB1'

red 66 ◦ green 154 ◦ blue 177

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

Shades of Boston Blue #429AB1

Tints of Boston Blue #429AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.58%

R = 16.62%
G = 38.79%
B = 44.58%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#429AB1 (or 0x429AB1) is known color: Boston Blue. HEX triplet: 42, 9A and B1. RGB value is (66,154,177). Sum of RGB (Red+Green+Blue) = 66+154+177=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 177 - color contains mainly: blue. Hex color #429AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429AB1 is #BD654E. Grayscale: #828282. Windows color (decimal): -12412239 or 11639362. OLE color: 11639362.

HSL color Cylindrical-coordinate representation of color #429AB1: hue angle of 192.43º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #429AB1 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 154 177 -
CMYK 0.63 0.13 0 0.31
HSL 192.43º 0.46% 0.48% -
HSV(B) 192.43º 0.63% 0.69% -
XYZ 21.74 27.44 45.75 -
YUV 130.31 154.35 82.13 -
System Red Green Blue C M Y K H S L
Decimal 66 154 177 0.63 0.13 0 0.31 192.43 0.46 0.48
Hex 42 9A B1 3F D 0 1F C0 2E 30
Octal 102 232 261 77 15 0 37 300 56 60
Binary 1000010 10011010 10110001 111111 1101 0 11111 11000000 101110 110000

Color Harmonies of #429AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429AB1

Black with #429AB1

Text Example


Text Example

White with #429AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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