Html Css Color HEX #4995BE Boston Blue

📋 copy color: '#4995BE'

red 73 ◦ green 149 ◦ blue 190

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

Shades of Boston Blue #4995BE

Tints of Boston Blue #4995BE

RGB

 RED value IS 73 (28.91% from 255) = 17.72%

 GREEN value IS 149 (58.59% from 255) = 36.17%

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 17.72%
G = 36.17%
B = 46.12%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4995BE (or 0x4995BE) is known color: Boston Blue. HEX triplet: 49, 95 and BE. RGB value is (73,149,190). Sum of RGB (Red+Green+Blue) = 73+149+190=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #4995BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4995BE is #B66A41. Grayscale: #828282. Windows color (decimal): -11954754 or 12490057. OLE color: 12490057.

HSL color Cylindrical-coordinate representation of color #4995BE: hue angle of 201.03º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4995BE is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 149 190 -
CMYK 0.62 0.22 0 0.25
HSL 201.03º 0.47% 0.52% -
HSV(B) 201.03º 0.62% 0.75% -
XYZ 22.79 26.63 52.65 -
YUV 130.95 161.32 86.67 -
System Red Green Blue C M Y K H S L
Decimal 73 149 190 0.62 0.22 0 0.25 201.03 0.47 0.52
Hex 49 95 BE 3E 16 0 19 C9 2F 34
Octal 111 225 276 76 26 0 31 311 57 64
Binary 1001001 10010101 10111110 111110 10110 0 11001 11001001 101111 110100

Color Harmonies of #4995BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4995BE

Black with #4995BE

Text Example


Text Example

White with #4995BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4995BE; }

 p { color: rgb(73,149,190); }

 H1.HeaderClassName
 {
   color: #4995BE;
 }
 .AnyTagClassName
 {
   color: #4995BE;
 }
</style>

background-color css

<style>
 a { background-color: #4995BE; }

 a { background-color: rgb(73,149,190); }

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

border-color css

<style>
 span { border-color: #4995BE; }

 span { border-color: rgb(73,149,190); }

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