#4382A4

Color #4382A4 Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #4382A4

Tints of Boston Blue #4382A4

Color information

#4382A4 (or 0x4382A4) is unknown color: approx Boston Blue. HEX triplet: 43, 82 and A4. RGB value is (67,130,164). Sum of RGB (Red+Green+Blue) = 67+130+164=361 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.56% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 164 - color contains mainly: blue. Hex color #4382A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4382A4 is #BC7D5B. Grayscale: #727272. Windows color (decimal): -12352860 or 10781251. OLE color: 10781251.

HSL color Cylindrical-coordinate representation of color #4382A4: hue angle of 201.03º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4382A4 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB67130164-
CMYK0.590.2100.36
HSL201.03º41.99%45.29%-
HSV(B)201.03º59.15%64.31%-
XYZ1719.8438.06-
YUV115.04155.6393.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.56%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 164 (64.45% from 255) = 45.43%
R=18.56%
G=36.01%
B=45.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal671301640.590.2100.36201.0341.9945.29
Hex4382A43B15024c92a2d
Octal10320224473250443115255
Binary1000011100000101010010011101110101010010011001001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4382A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4382A4; }

 p { color: rgb(67,130,164); }

 H1.HeaderClassName
 {
   color: #4382A4;
 }
 .AnyTagClassName
 {
   color: #4382A4;
 }
</style>
background-color css

<style>
 a { background-color: #4382A4; }

 a { background-color: rgb(67,130,164); }

 div.DivClassName
 {
   background-color: #4382A4;
 }
 .BgClassName
 {
   background-color: #4382A4;
 }
</style>
border-color css

<style>
 span { border-color: #4382A4; }

 span { border-color: rgb(67,130,164); }

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