Html Css Color HEX #429AC0 Boston Blue

📋 copy color: '#429AC0'

red 66 ◦ green 154 ◦ blue 192

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

Shades of Boston Blue #429AC0

Tints of Boston Blue #429AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.6%

R = 16.02%
G = 37.38%
B = 46.6%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#429AC0 (or 0x429AC0) is known color: Boston Blue. HEX triplet: 42, 9A and C0. RGB value is (66,154,192). Sum of RGB (Red+Green+Blue) = 66+154+192=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #429AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429AC0 is #BD653F. Grayscale: #838383. Windows color (decimal): -12412224 or 12622402. OLE color: 12622402.

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

Color convert

RGB 66 154 192 -
CMYK 0.66 0.20 0 0.25
HSL 198.1º 0.5% 0.51% -
HSV(B) 198.1º 0.66% 0.75% -
XYZ 23.32 28.08 54.06 -
YUV 132.02 161.85 80.91 -
System Red Green Blue C M Y K H S L
Decimal 66 154 192 0.66 0.20 0 0.25 198.1 0.5 0.51
Hex 42 9A C0 42 14 0 19 C6 32 33
Octal 102 232 300 102 24 0 31 306 62 63
Binary 1000010 10011010 11000000 1000010 10100 0 11001 11000110 110010 110011

Color Harmonies of #429AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429AC0

Black with #429AC0

Text Example


Text Example

White with #429AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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