Html Css Color HEX #4595AD Boston Blue

📋 copy color: '#4595AD'

red 69 ◦ green 149 ◦ blue 173

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

Shades of Boston Blue #4595AD

Tints of Boston Blue #4595AD

RGB

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

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

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

R = 17.65%
G = 38.11%
B = 44.25%

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

#4595AD (or 0x4595AD) is known color: Boston Blue. HEX triplet: 45, 95 and AD. RGB value is (69,149,173). Sum of RGB (Red+Green+Blue) = 69+149+173=391 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.65% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #4595AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4595AD is #BA6A52. Grayscale: #7F7F7F. Windows color (decimal): -12216915 or 11375941. OLE color: 11375941.

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

Color convert

RGB 69 149 173 -
CMYK 0.60 0.14 0 0.32
HSL 193.85º 0.43% 0.47% -
HSV(B) 193.85º 0.6% 0.68% -
XYZ 20.74 25.78 43.42 -
YUV 127.82 153.5 86.05 -
System Red Green Blue C M Y K H S L
Decimal 69 149 173 0.60 0.14 0 0.32 193.85 0.43 0.47
Hex 45 95 AD 3C E 0 20 C2 2B 2F
Octal 105 225 255 74 16 0 40 302 53 57
Binary 1000101 10010101 10101101 111100 1110 0 100000 11000010 101011 101111

Color Harmonies of #4595AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4595AD

Black with #4595AD

Text Example


Text Example

White with #4595AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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