Html Css Color HEX #429BBA Boston Blue

📋 copy color: '#429BBA'

red 66 ◦ green 155 ◦ blue 186

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

Shades of Boston Blue #429BBA

Tints of Boston Blue #429BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.08%

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 16.22%
G = 38.08%
B = 45.7%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#429BBA (or 0x429BBA) is known color: Boston Blue. HEX triplet: 42, 9B and BA. RGB value is (66,155,186). Sum of RGB (Red+Green+Blue) = 66+155+186=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #429BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BBA is #BD6445. Grayscale: #838383. Windows color (decimal): -12411974 or 12229442. OLE color: 12229442.

HSL color Cylindrical-coordinate representation of color #429BBA: hue angle of 195.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #429BBA is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 155 186 -
CMYK 0.65 0.17 0 0.27
HSL 195.5º 0.48% 0.49% -
HSV(B) 195.5º 0.65% 0.73% -
XYZ 22.83 28.15 50.68 -
YUV 131.92 158.51 80.98 -
System Red Green Blue C M Y K H S L
Decimal 66 155 186 0.65 0.17 0 0.27 195.5 0.48 0.49
Hex 42 9B BA 41 11 0 1B C4 30 31
Octal 102 233 272 101 21 0 33 304 60 61
Binary 1000010 10011011 10111010 1000001 10001 0 11011 11000100 110000 110001

Color Harmonies of #429BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429BBA

Black with #429BBA

Text Example


Text Example

White with #429BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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