Html Css Color HEX #4085AC Boston Blue

📋 copy color: '#4085AC'

red 64 ◦ green 133 ◦ blue 172

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

Shades of Boston Blue #4085AC

Tints of Boston Blue #4085AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.61%

R = 17.34%
G = 36.04%
B = 46.61%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4085AC (or 0x4085AC) is known color: Boston Blue. HEX triplet: 40, 85 and AC. RGB value is (64,133,172). Sum of RGB (Red+Green+Blue) = 64+133+172=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #4085AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4085AC is #BF7A53. Grayscale: #747474. Windows color (decimal): -12548692 or 11306304. OLE color: 11306304.

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

Color convert

RGB 64 133 172 -
CMYK 0.63 0.23 0 0.33
HSL 201.67º 0.46% 0.46% -
HSV(B) 201.67º 0.63% 0.67% -
XYZ 17.95 20.84 42.11 -
YUV 116.82 159.14 90.33 -
System Red Green Blue C M Y K H S L
Decimal 64 133 172 0.63 0.23 0 0.33 201.67 0.46 0.46
Hex 40 85 AC 3F 17 0 21 CA 2E 2E
Octal 100 205 254 77 27 0 41 312 56 56
Binary 1000000 10000101 10101100 111111 10111 0 100001 11001010 101110 101110

Color Harmonies of #4085AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4085AC

Black with #4085AC

Text Example


Text Example

White with #4085AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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