Html Css Color HEX #429FB1 Boston Blue

📋 copy color: '#429FB1'

red 66 ◦ green 159 ◦ blue 177

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

Shades of Boston Blue #429FB1

Tints of Boston Blue #429FB1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.55%

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

R = 16.42%
G = 39.55%
B = 44.03%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#429FB1 (or 0x429FB1) is known color: Boston Blue. HEX triplet: 42, 9F and B1. RGB value is (66,159,177). Sum of RGB (Red+Green+Blue) = 66+159+177=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 177 - color contains mainly: blue. Hex color #429FB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429FB1 is #BD604E. Grayscale: #858585. Windows color (decimal): -12410959 or 11640642. OLE color: 11640642.

HSL color Cylindrical-coordinate representation of color #429FB1: hue angle of 189.73º 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 #429FB1 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 159 177 -
CMYK 0.63 0.10 0 0.31
HSL 189.73º 0.46% 0.48% -
HSV(B) 189.73º 0.63% 0.69% -
XYZ 22.58 29.13 46.03 -
YUV 133.25 152.69 80.04 -
System Red Green Blue C M Y K H S L
Decimal 66 159 177 0.63 0.10 0 0.31 189.73 0.46 0.48
Hex 42 9F B1 3F A 0 1F BE 2E 30
Octal 102 237 261 77 12 0 37 276 56 60
Binary 1000010 10011111 10110001 111111 1010 0 11111 10111110 101110 110000

Color Harmonies of #429FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429FB1

Black with #429FB1

Text Example


Text Example

White with #429FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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