Html Css Color HEX #4884A5 Boston Blue

📋 copy color: '#4884A5'

red 72 ◦ green 132 ◦ blue 165

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

Shades of Boston Blue #4884A5

Tints of Boston Blue #4884A5

RGB

 RED value IS 72 (28.52% from 255) = 19.51%

 GREEN value IS 132 (51.95% from 255) = 35.77%

 BLUE value IS 165 (64.84% from 255) = 44.72%

R = 19.51%
G = 35.77%
B = 44.72%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4884A5 (or 0x4884A5) is known color: Boston Blue. HEX triplet: 48, 84 and A5. RGB value is (72,132,165). Sum of RGB (Red+Green+Blue) = 72+132+165=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 165 (64.84% from 255 or 44.72% from 369); Max value from RGB is 165 - color contains mainly: blue. Hex color #4884A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4884A5 is #B77B5A. Grayscale: #757575. Windows color (decimal): -12024667 or 10847304. OLE color: 10847304.

HSL color Cylindrical-coordinate representation of color #4884A5: hue angle of 201.29º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4884A5 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 132 165 -
CMYK 0.56 0.20 0 0.35
HSL 201.29º 0.39% 0.46% -
HSV(B) 201.29º 0.56% 0.65% -
XYZ 17.72 20.6 38.64 -
YUV 117.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 72 132 165 0.56 0.20 0 0.35 201.29 0.39 0.46
Hex 48 84 A5 38 14 0 23 C9 27 2E
Octal 110 204 245 70 24 0 43 311 47 56
Binary 1001000 10000100 10100101 111000 10100 0 100011 11001001 100111 101110

Color Harmonies of #4884A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4884A5

Black with #4884A5

Text Example


Text Example

White with #4884A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4884A5; }

 p { color: rgb(72,132,165); }

 H1.HeaderClassName
 {
   color: #4884A5;
 }
 .AnyTagClassName
 {
   color: #4884A5;
 }
</style>

background-color css

<style>
 a { background-color: #4884A5; }

 a { background-color: rgb(72,132,165); }

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

border-color css

<style>
 span { border-color: #4884A5; }

 span { border-color: rgb(72,132,165); }

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