Html Css Color HEX #4085AD Boston Blue

📋 copy color: '#4085AD'

red 64 ◦ green 133 ◦ blue 173

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

Shades of Boston Blue #4085AD

Tints of Boston Blue #4085AD

RGB

 RED value IS 64 (25.39% from 255) = 17.3%

 GREEN value IS 133 (52.34% from 255) = 35.95%

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

R = 17.3%
G = 35.95%
B = 46.76%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4085AD (or 0x4085AD) is known color: Boston Blue. HEX triplet: 40, 85 and AD. RGB value is (64,133,173). Sum of RGB (Red+Green+Blue) = 64+133+173=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #4085AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4085AD is #BF7A52. Grayscale: #747474. Windows color (decimal): -12548691 or 11371840. OLE color: 11371840.

HSL color Cylindrical-coordinate representation of color #4085AD: hue angle of 202.02º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4085AD is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 133 173 -
CMYK 0.63 0.23 0 0.32
HSL 202.02º 0.46% 0.46% -
HSV(B) 202.02º 0.63% 0.68% -
XYZ 18.04 20.88 42.61 -
YUV 116.93 159.64 90.25 -
System Red Green Blue C M Y K H S L
Decimal 64 133 173 0.63 0.23 0 0.32 202.02 0.46 0.46
Hex 40 85 AD 3F 17 0 20 CA 2E 2E
Octal 100 205 255 77 27 0 40 312 56 56
Binary 1000000 10000101 10101101 111111 10111 0 100000 11001010 101110 101110

Color Harmonies of #4085AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4085AD

Black with #4085AD

Text Example


Text Example

White with #4085AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,133,173); }

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

background-color css

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

 a { background-color: rgb(64,133,173); }

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

border-color css

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

 span { border-color: rgb(64,133,173); }

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