Html Css Color HEX #428DAC Boston Blue

📋 copy color: '#428DAC'

red 66 ◦ green 141 ◦ blue 172

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

Shades of Boston Blue #428DAC

Tints of Boston Blue #428DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.2%

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 17.41%
G = 37.2%
B = 45.38%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#428DAC (or 0x428DAC) is known color: Boston Blue. HEX triplet: 42, 8D and AC. RGB value is (66,141,172). Sum of RGB (Red+Green+Blue) = 66+141+172=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #428DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428DAC is #BD7253. Grayscale: #797979. Windows color (decimal): -12415572 or 11308354. OLE color: 11308354.

HSL color Cylindrical-coordinate representation of color #428DAC: hue angle of 197.55º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #428DAC is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 141 172 -
CMYK 0.62 0.18 0 0.33
HSL 197.55º 0.45% 0.47% -
HSV(B) 197.55º 0.62% 0.67% -
XYZ 19.22 23.19 42.49 -
YUV 122.11 156.15 87.98 -
System Red Green Blue C M Y K H S L
Decimal 66 141 172 0.62 0.18 0 0.33 197.55 0.45 0.47
Hex 42 8D AC 3E 12 0 21 C6 2D 2F
Octal 102 215 254 76 22 0 41 306 55 57
Binary 1000010 10001101 10101100 111110 10010 0 100001 11000110 101101 101111

Color Harmonies of #428DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428DAC

Black with #428DAC

Text Example


Text Example

White with #428DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428DAC; }

 p { color: rgb(66,141,172); }

 H1.HeaderClassName
 {
   color: #428DAC;
 }
 .AnyTagClassName
 {
   color: #428DAC;
 }
</style>

background-color css

<style>
 a { background-color: #428DAC; }

 a { background-color: rgb(66,141,172); }

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

border-color css

<style>
 span { border-color: #428DAC; }

 span { border-color: rgb(66,141,172); }

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