Html Css Color HEX #429AB3 Boston Blue

📋 copy color: '#429AB3'

red 66 ◦ green 154 ◦ blue 179

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

Shades of Boston Blue #429AB3

Tints of Boston Blue #429AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.86%

R = 16.54%
G = 38.6%
B = 44.86%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#429AB3 (or 0x429AB3) is known color: Boston Blue. HEX triplet: 42, 9A and B3. RGB value is (66,154,179). Sum of RGB (Red+Green+Blue) = 66+154+179=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 179 - color contains mainly: blue. Hex color #429AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429AB3 is #BD654C. Grayscale: #828282. Windows color (decimal): -12412237 or 11770434. OLE color: 11770434.

HSL color Cylindrical-coordinate representation of color #429AB3: hue angle of 193.27º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #429AB3 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 154 179 -
CMYK 0.63 0.14 0 0.30
HSL 193.27º 0.46% 0.48% -
HSV(B) 193.27º 0.63% 0.7% -
XYZ 21.94 27.52 46.8 -
YUV 130.54 155.35 81.97 -
System Red Green Blue C M Y K H S L
Decimal 66 154 179 0.63 0.14 0 0.30 193.27 0.46 0.48
Hex 42 9A B3 3F E 0 1E C1 2E 30
Octal 102 232 263 77 16 0 36 301 56 60
Binary 1000010 10011010 10110011 111111 1110 0 11110 11000001 101110 110000

Color Harmonies of #429AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429AB3

Black with #429AB3

Text Example


Text Example

White with #429AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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