Html Css Color HEX #429BAF Boston Blue

📋 copy color: '#429BAF'

red 66 ◦ green 155 ◦ blue 175

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

Shades of Boston Blue #429BAF

Tints of Boston Blue #429BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.19%

R = 16.67%
G = 39.14%
B = 44.19%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#429BAF (or 0x429BAF) is known color: Boston Blue. HEX triplet: 42, 9B and AF. RGB value is (66,155,175). Sum of RGB (Red+Green+Blue) = 66+155+175=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #429BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429BAF is #BD6450. Grayscale: #828282. Windows color (decimal): -12411985 or 11508546. OLE color: 11508546.

HSL color Cylindrical-coordinate representation of color #429BAF: hue angle of 191.01º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #429BAF is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 155 175 -
CMYK 0.62 0.11 0 0.31
HSL 191.01º 0.45% 0.47% -
HSV(B) 191.01º 0.62% 0.69% -
XYZ 21.71 27.7 44.76 -
YUV 130.67 153.01 81.87 -
System Red Green Blue C M Y K H S L
Decimal 66 155 175 0.62 0.11 0 0.31 191.01 0.45 0.47
Hex 42 9B AF 3E B 0 1F BF 2D 2F
Octal 102 233 257 76 13 0 37 277 55 57
Binary 1000010 10011011 10101111 111110 1011 0 11111 10111111 101101 101111

Color Harmonies of #429BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429BAF

Black with #429BAF

Text Example


Text Example

White with #429BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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