Html Css Color HEX #4595BA Boston Blue

📋 copy color: '#4595BA'

red 69 ◦ green 149 ◦ blue 186

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

Shades of Boston Blue #4595BA

Tints of Boston Blue #4595BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 17.08%
G = 36.88%
B = 46.04%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4595BA (or 0x4595BA) is known color: Boston Blue. HEX triplet: 45, 95 and BA. RGB value is (69,149,186). Sum of RGB (Red+Green+Blue) = 69+149+186=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #4595BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4595BA is #BA6A45. Grayscale: #818181. Windows color (decimal): -12216902 or 12227909. OLE color: 12227909.

HSL color Cylindrical-coordinate representation of color #4595BA: hue angle of 198.97º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4595BA is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 69 149 186 -
CMYK 0.63 0.20 0 0.27
HSL 198.97º 0.46% 0.5% -
HSV(B) 198.97º 0.63% 0.73% -
XYZ 22.06 26.31 50.37 -
YUV 129.3 160 84.99 -
System Red Green Blue C M Y K H S L
Decimal 69 149 186 0.63 0.20 0 0.27 198.97 0.46 0.5
Hex 45 95 BA 3F 14 0 1B C7 2E 32
Octal 105 225 272 77 24 0 33 307 56 62
Binary 1000101 10010101 10111010 111111 10100 0 11011 11000111 101110 110010

Color Harmonies of #4595BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4595BA

Black with #4595BA

Text Example


Text Example

White with #4595BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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