Html Css Color HEX #4595BE Boston Blue

📋 copy color: '#4595BE'

red 69 ◦ green 149 ◦ blue 190

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

Shades of Boston Blue #4595BE

Tints of Boston Blue #4595BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.57%

R = 16.91%
G = 36.52%
B = 46.57%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4595BE (or 0x4595BE) is known color: Boston Blue. HEX triplet: 45, 95 and BE. RGB value is (69,149,190). Sum of RGB (Red+Green+Blue) = 69+149+190=408 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.91% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #4595BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4595BE is #BA6A41. Grayscale: #818181. Windows color (decimal): -12216898 or 12490053. OLE color: 12490053.

HSL color Cylindrical-coordinate representation of color #4595BE: hue angle of 200.33º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4595BE is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 69 149 190 -
CMYK 0.64 0.22 0 0.25
HSL 200.33º 0.48% 0.51% -
HSV(B) 200.33º 0.64% 0.75% -
XYZ 22.5 26.48 52.64 -
YUV 129.75 162 84.67 -
System Red Green Blue C M Y K H S L
Decimal 69 149 190 0.64 0.22 0 0.25 200.33 0.48 0.51
Hex 45 95 BE 40 16 0 19 C8 30 33
Octal 105 225 276 100 26 0 31 310 60 63
Binary 1000101 10010101 10111110 1000000 10110 0 11001 11001000 110000 110011

Color Harmonies of #4595BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4595BE

Black with #4595BE

Text Example


Text Example

White with #4595BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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