Html Css Color HEX #429BBE Boston Blue

📋 copy color: '#429BBE'

red 66 ◦ green 155 ◦ blue 190

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

Shades of Boston Blue #429BBE

Tints of Boston Blue #429BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 16.06%
G = 37.71%
B = 46.23%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#429BBE (or 0x429BBE) is known color: Boston Blue. HEX triplet: 42, 9B and BE. RGB value is (66,155,190). Sum of RGB (Red+Green+Blue) = 66+155+190=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #429BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BBE is #BD6441. Grayscale: #848484. Windows color (decimal): -12411970 or 12491586. OLE color: 12491586.

HSL color Cylindrical-coordinate representation of color #429BBE: hue angle of 196.94º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #429BBE is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 155 190 -
CMYK 0.65 0.18 0 0.25
HSL 196.94º 0.49% 0.5% -
HSV(B) 196.94º 0.65% 0.75% -
XYZ 23.26 28.32 52.96 -
YUV 132.38 160.51 80.65 -
System Red Green Blue C M Y K H S L
Decimal 66 155 190 0.65 0.18 0 0.25 196.94 0.49 0.5
Hex 42 9B BE 41 12 0 19 C5 31 32
Octal 102 233 276 101 22 0 31 305 61 62
Binary 1000010 10011011 10111110 1000001 10010 0 11001 11000101 110001 110010

Color Harmonies of #429BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429BBE

Black with #429BBE

Text Example


Text Example

White with #429BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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