Html Css Color HEX #4894B9 Boston Blue

📋 copy color: '#4894B9'

red 72 ◦ green 148 ◦ blue 185

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

Shades of Boston Blue #4894B9

Tints of Boston Blue #4894B9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

 BLUE value IS 185 (72.66% from 255) = 45.68%

R = 17.78%
G = 36.54%
B = 45.68%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4894B9 (or 0x4894B9) is known color: Boston Blue. HEX triplet: 48, 94 and B9. RGB value is (72,148,185). Sum of RGB (Red+Green+Blue) = 72+148+185=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 185 - color contains mainly: blue. Hex color #4894B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4894B9 is #B76B46. Grayscale: #818181. Windows color (decimal): -12020551 or 12162120. OLE color: 12162120.

HSL color Cylindrical-coordinate representation of color #4894B9: hue angle of 199.65º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4894B9 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 148 185 -
CMYK 0.61 0.20 0 0.27
HSL 199.65º 0.45% 0.5% -
HSV(B) 199.65º 0.61% 0.73% -
XYZ 22.02 26.06 49.77 -
YUV 129.49 159.32 86.99 -
System Red Green Blue C M Y K H S L
Decimal 72 148 185 0.61 0.20 0 0.27 199.65 0.45 0.5
Hex 48 94 B9 3D 14 0 1B C8 2D 32
Octal 110 224 271 75 24 0 33 310 55 62
Binary 1001000 10010100 10111001 111101 10100 0 11011 11001000 101101 110010

Color Harmonies of #4894B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4894B9

Black with #4894B9

Text Example


Text Example

White with #4894B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4894B9; }

 p { color: rgb(72,148,185); }

 H1.HeaderClassName
 {
   color: #4894B9;
 }
 .AnyTagClassName
 {
   color: #4894B9;
 }
</style>

background-color css

<style>
 a { background-color: #4894B9; }

 a { background-color: rgb(72,148,185); }

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

border-color css

<style>
 span { border-color: #4894B9; }

 span { border-color: rgb(72,148,185); }

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