Html Css Color HEX #428CAC Boston Blue

📋 copy color: '#428CAC'

red 66 ◦ green 140 ◦ blue 172

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

Shades of Boston Blue #428CAC

Tints of Boston Blue #428CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

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

R = 17.46%
G = 37.04%
B = 45.5%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#428CAC (or 0x428CAC) is known color: Boston Blue. HEX triplet: 42, 8C and AC. RGB value is (66,140,172). Sum of RGB (Red+Green+Blue) = 66+140+172=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #428CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428CAC is #BD7353. Grayscale: #797979. Windows color (decimal): -12415828 or 11308098. OLE color: 11308098.

HSL color Cylindrical-coordinate representation of color #428CAC: hue angle of 198.11º 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 #428CAC is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 140 172 -
CMYK 0.62 0.19 0 0.33
HSL 198.11º 0.45% 0.47% -
HSV(B) 198.11º 0.62% 0.67% -
XYZ 19.07 22.89 42.44 -
YUV 121.52 156.48 88.4 -
System Red Green Blue C M Y K H S L
Decimal 66 140 172 0.62 0.19 0 0.33 198.11 0.45 0.47
Hex 42 8C AC 3E 13 0 21 C6 2D 2F
Octal 102 214 254 76 23 0 41 306 55 57
Binary 1000010 10001100 10101100 111110 10011 0 100001 11000110 101101 101111

Color Harmonies of #428CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428CAC

Black with #428CAC

Text Example


Text Example

White with #428CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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