Html Css Color HEX #498CAF Boston Blue

📋 copy color: '#498CAF'

red 73 ◦ green 140 ◦ blue 175

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

Shades of Boston Blue #498CAF

Tints of Boston Blue #498CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.08%

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

R = 18.81%
G = 36.08%
B = 45.1%

CMYK

 C value IS 0.58

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#498CAF (or 0x498CAF) is known color: Boston Blue. HEX triplet: 49, 8C and AF. RGB value is (73,140,175). Sum of RGB (Red+Green+Blue) = 73+140+175=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #498CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498CAF is #B67350. Grayscale: #7B7B7B. Windows color (decimal): -11957073 or 11504713. OLE color: 11504713.

HSL color Cylindrical-coordinate representation of color #498CAF: hue angle of 200.59º 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 #498CAF is Cyan = 0.58, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 140 175 -
CMYK 0.58 0.2 0 0.31
HSL 200.59º 0.41% 0.49% -
HSV(B) 200.59º 0.58% 0.69% -
XYZ 19.86 23.27 44 -
YUV 123.96 156.8 91.65 -
System Red Green Blue C M Y K H S L
Decimal 73 140 175 0.58 0.2 0 0.31 200.59 0.41 0.49
Hex 49 8C AF 3A 14 0 1F C9 29 31
Octal 111 214 257 72 24 0 37 311 51 61
Binary 1001001 10001100 10101111 111010 10100 0 11111 11001001 101001 110001

Color Harmonies of #498CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498CAF

Black with #498CAF

Text Example


Text Example

White with #498CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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