Html Css Color HEX #4594AD Boston Blue

📋 copy color: '#4594AD'

red 69 ◦ green 148 ◦ blue 173

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

Shades of Boston Blue #4594AD

Tints of Boston Blue #4594AD

RGB

 RED value IS 69 (27.34% from 255) = 17.69%

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

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

R = 17.69%
G = 37.95%
B = 44.36%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4594AD (or 0x4594AD) is known color: Boston Blue. HEX triplet: 45, 94 and AD. RGB value is (69,148,173). Sum of RGB (Red+Green+Blue) = 69+148+173=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 148 (58.20% from 255 or 37.95% 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 #4594AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4594AD is #BA6B52. Grayscale: #7F7F7F. Windows color (decimal): -12217171 or 11375685. OLE color: 11375685.

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

Color convert

RGB 69 148 173 -
CMYK 0.60 0.14 0 0.32
HSL 194.42º 0.43% 0.47% -
HSV(B) 194.42º 0.6% 0.68% -
XYZ 20.59 25.46 43.36 -
YUV 127.23 153.83 86.47 -
System Red Green Blue C M Y K H S L
Decimal 69 148 173 0.60 0.14 0 0.32 194.42 0.43 0.47
Hex 45 94 AD 3C E 0 20 C2 2B 2F
Octal 105 224 255 74 16 0 40 302 53 57
Binary 1000101 10010100 10101101 111100 1110 0 100000 11000010 101011 101111

Color Harmonies of #4594AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4594AD

Black with #4594AD

Text Example


Text Example

White with #4594AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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