Html Css Color HEX #429BC1 Boston Blue

📋 copy color: '#429BC1'

red 66 ◦ green 155 ◦ blue 193

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

Shades of Boston Blue #429BC1

Tints of Boston Blue #429BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.62%

R = 15.94%
G = 37.44%
B = 46.62%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#429BC1 (or 0x429BC1) is known color: Boston Blue. HEX triplet: 42, 9B and C1. RGB value is (66,155,193). Sum of RGB (Red+Green+Blue) = 66+155+193=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #429BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BC1 is #BD643E. Grayscale: #848484. Windows color (decimal): -12411967 or 12688194. OLE color: 12688194.

HSL color Cylindrical-coordinate representation of color #429BC1: hue angle of 197.95º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #429BC1 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 155 193 -
CMYK 0.66 0.20 0 0.24
HSL 197.95º 0.51% 0.51% -
HSV(B) 197.95º 0.66% 0.76% -
XYZ 23.59 28.45 54.7 -
YUV 132.72 162.01 80.41 -
System Red Green Blue C M Y K H S L
Decimal 66 155 193 0.66 0.20 0 0.24 197.95 0.51 0.51
Hex 42 9B C1 42 14 0 18 C6 33 33
Octal 102 233 301 102 24 0 30 306 63 63
Binary 1000010 10011011 11000001 1000010 10100 0 11000 11000110 110011 110011

Color Harmonies of #429BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429BC1

Black with #429BC1

Text Example


Text Example

White with #429BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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