Html Css Color HEX #499BA4 Boston Blue

📋 copy color: '#499BA4'

red 73 ◦ green 155 ◦ blue 164

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

Shades of Boston Blue #499BA4

Tints of Boston Blue #499BA4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.54%

 BLUE value IS 164 (64.45% from 255) = 41.84%

R = 18.62%
G = 39.54%
B = 41.84%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#499BA4 (or 0x499BA4) is known color: Boston Blue. HEX triplet: 49, 9B and A4. RGB value is (73,155,164). Sum of RGB (Red+Green+Blue) = 73+155+164=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 164 - color contains mainly: blue. Hex color #499BA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499BA4 is #B6645B. Grayscale: #838383. Windows color (decimal): -11953244 or 10787657. OLE color: 10787657.

HSL color Cylindrical-coordinate representation of color #499BA4: hue angle of 185.93º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #499BA4 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 155 164 -
CMYK 0.55 0.05 0 0.36
HSL 185.93º 0.38% 0.46% -
HSV(B) 185.93º 0.55% 0.64% -
XYZ 21.17 27.54 39.32 -
YUV 131.51 146.33 86.27 -
System Red Green Blue C M Y K H S L
Decimal 73 155 164 0.55 0.05 0 0.36 185.93 0.38 0.46
Hex 49 9B A4 37 5 0 24 BA 26 2E
Octal 111 233 244 67 5 0 44 272 46 56
Binary 1001001 10011011 10100100 110111 101 0 100100 10111010 100110 101110

Color Harmonies of #499BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499BA4

Black with #499BA4

Text Example


Text Example

White with #499BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499BA4; }

 p { color: rgb(73,155,164); }

 H1.HeaderClassName
 {
   color: #499BA4;
 }
 .AnyTagClassName
 {
   color: #499BA4;
 }
</style>

background-color css

<style>
 a { background-color: #499BA4; }

 a { background-color: rgb(73,155,164); }

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

border-color css

<style>
 span { border-color: #499BA4; }

 span { border-color: rgb(73,155,164); }

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