Html Css Color HEX #4495AD Boston Blue

📋 copy color: '#4495AD'

red 68 ◦ green 149 ◦ blue 173

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

Shades of Boston Blue #4495AD

Tints of Boston Blue #4495AD

RGB

 RED value IS 68 (26.95% from 255) = 17.44%

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

 BLUE value IS 173 (67.97% from 255) = 44.36%

R = 17.44%
G = 38.21%
B = 44.36%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4495AD (or 0x4495AD) is known color: Boston Blue. HEX triplet: 44, 95 and AD. RGB value is (68,149,173). Sum of RGB (Red+Green+Blue) = 68+149+173=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #4495AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4495AD is #BB6A52. Grayscale: #7F7F7F. Windows color (decimal): -12282451 or 11375940. OLE color: 11375940.

HSL color Cylindrical-coordinate representation of color #4495AD: hue angle of 193.71º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4495AD is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 149 173 -
CMYK 0.61 0.14 0 0.32
HSL 193.71º 0.44% 0.47% -
HSV(B) 193.71º 0.61% 0.68% -
XYZ 20.67 25.74 43.41 -
YUV 127.52 153.66 85.55 -
System Red Green Blue C M Y K H S L
Decimal 68 149 173 0.61 0.14 0 0.32 193.71 0.44 0.47
Hex 44 95 AD 3D E 0 20 C2 2C 2F
Octal 104 225 255 75 16 0 40 302 54 57
Binary 1000100 10010101 10101101 111101 1110 0 100000 11000010 101100 101111

Color Harmonies of #4495AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4495AD

Black with #4495AD

Text Example


Text Example

White with #4495AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4495AD; }

 p { color: rgb(68,149,173); }

 H1.HeaderClassName
 {
   color: #4495AD;
 }
 .AnyTagClassName
 {
   color: #4495AD;
 }
</style>

background-color css

<style>
 a { background-color: #4495AD; }

 a { background-color: rgb(68,149,173); }

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

border-color css

<style>
 span { border-color: #4495AD; }

 span { border-color: rgb(68,149,173); }

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