Html Css Color HEX #499CBC Boston Blue

📋 copy color: '#499CBC'

red 73 ◦ green 156 ◦ blue 188

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

Shades of Boston Blue #499CBC

Tints of Boston Blue #499CBC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.41%

 BLUE value IS 188 (73.83% from 255) = 45.08%

R = 17.51%
G = 37.41%
B = 45.08%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#499CBC (or 0x499CBC) is known color: Boston Blue. HEX triplet: 49, 9C and BC. RGB value is (73,156,188). Sum of RGB (Red+Green+Blue) = 73+156+188=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #499CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CBC is #B66343. Grayscale: #868686. Windows color (decimal): -11952964 or 12360777. OLE color: 12360777.

HSL color Cylindrical-coordinate representation of color #499CBC: hue angle of 196.7º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #499CBC is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 156 188 -
CMYK 0.61 0.17 0 0.26
HSL 196.7º 0.46% 0.51% -
HSV(B) 196.7º 0.61% 0.74% -
XYZ 23.71 28.82 51.89 -
YUV 134.83 158 83.9 -
System Red Green Blue C M Y K H S L
Decimal 73 156 188 0.61 0.17 0 0.26 196.7 0.46 0.51
Hex 49 9C BC 3D 11 0 1A C5 2E 33
Octal 111 234 274 75 21 0 32 305 56 63
Binary 1001001 10011100 10111100 111101 10001 0 11010 11000101 101110 110011

Color Harmonies of #499CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499CBC

Black with #499CBC

Text Example


Text Example

White with #499CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,156,188); }

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

background-color css

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

 a { background-color: rgb(73,156,188); }

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

border-color css

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

 span { border-color: rgb(73,156,188); }

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