Html Css Color HEX #4094AD Boston Blue

📋 copy color: '#4094AD'

red 64 ◦ green 148 ◦ blue 173

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

Shades of Boston Blue #4094AD

Tints of Boston Blue #4094AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.44%

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

R = 16.62%
G = 38.44%
B = 44.94%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4094AD (or 0x4094AD) is known color: Boston Blue. HEX triplet: 40, 94 and AD. RGB value is (64,148,173). Sum of RGB (Red+Green+Blue) = 64+148+173=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #4094AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4094AD is #BF6B52. Grayscale: #7D7D7D. Windows color (decimal): -12544851 or 11375680. OLE color: 11375680.

HSL color Cylindrical-coordinate representation of color #4094AD: hue angle of 193.76º 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 #4094AD is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 148 173 -
CMYK 0.63 0.14 0 0.32
HSL 193.76º 0.46% 0.46% -
HSV(B) 193.76º 0.63% 0.68% -
XYZ 20.25 25.29 43.35 -
YUV 125.73 154.67 83.97 -
System Red Green Blue C M Y K H S L
Decimal 64 148 173 0.63 0.14 0 0.32 193.76 0.46 0.46
Hex 40 94 AD 3F E 0 20 C2 2E 2E
Octal 100 224 255 77 16 0 40 302 56 56
Binary 1000000 10010100 10101101 111111 1110 0 100000 11000010 101110 101110

Color Harmonies of #4094AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4094AD

Black with #4094AD

Text Example


Text Example

White with #4094AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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