Html Css Color HEX #4594B9 Boston Blue

📋 copy color: '#4594B9'

red 69 ◦ green 148 ◦ blue 185

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

Shades of Boston Blue #4594B9

Tints of Boston Blue #4594B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.02%

R = 17.16%
G = 36.82%
B = 46.02%

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

#4594B9 (or 0x4594B9) is known color: Boston Blue. HEX triplet: 45, 94 and B9. RGB value is (69,148,185). Sum of RGB (Red+Green+Blue) = 69+148+185=402 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.16% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 185 - color contains mainly: blue. Hex color #4594B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4594B9 is #BA6B46. Grayscale: #808080. Windows color (decimal): -12217159 or 12162117. OLE color: 12162117.

HSL color Cylindrical-coordinate representation of color #4594B9: hue angle of 199.14º 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 #4594B9 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 69 148 185 -
CMYK 0.63 0.20 0 0.27
HSL 199.14º 0.46% 0.5% -
HSV(B) 199.14º 0.63% 0.73% -
XYZ 21.8 25.95 49.76 -
YUV 128.6 159.83 85.49 -
System Red Green Blue C M Y K H S L
Decimal 69 148 185 0.63 0.20 0 0.27 199.14 0.46 0.5
Hex 45 94 B9 3F 14 0 1B C7 2E 32
Octal 105 224 271 77 24 0 33 307 56 62
Binary 1000101 10010100 10111001 111111 10100 0 11011 11000111 101110 110010

Color Harmonies of #4594B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4594B9

Black with #4594B9

Text Example


Text Example

White with #4594B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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