Html Css Color HEX #499CAF Boston Blue

📋 copy color: '#499CAF'

red 73 ◦ green 156 ◦ blue 175

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

Shades of Boston Blue #499CAF

Tints of Boston Blue #499CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 18.07%
G = 38.61%
B = 43.32%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#499CAF (or 0x499CAF) is known color: Boston Blue. HEX triplet: 49, 9C and AF. RGB value is (73,156,175). Sum of RGB (Red+Green+Blue) = 73+156+175=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #499CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499CAF is #B66350. Grayscale: #858585. Windows color (decimal): -11952977 or 11508809. OLE color: 11508809.

HSL color Cylindrical-coordinate representation of color #499CAF: hue angle of 191.18º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #499CAF is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 156 175 -
CMYK 0.58 0.11 0 0.31
HSL 191.18º 0.41% 0.49% -
HSV(B) 191.18º 0.58% 0.69% -
XYZ 22.37 28.29 44.84 -
YUV 133.35 151.5 84.96 -
System Red Green Blue C M Y K H S L
Decimal 73 156 175 0.58 0.11 0 0.31 191.18 0.41 0.49
Hex 49 9C AF 3A B 0 1F BF 29 31
Octal 111 234 257 72 13 0 37 277 51 61
Binary 1001001 10011100 10101111 111010 1011 0 11111 10111111 101001 110001

Color Harmonies of #499CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499CAF

Black with #499CAF

Text Example


Text Example

White with #499CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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