Html Css Color HEX #4594AE Boston Blue

📋 copy color: '#4594AE'

red 69 ◦ green 148 ◦ blue 174

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

Shades of Boston Blue #4594AE

Tints of Boston Blue #4594AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 17.65%
G = 37.85%
B = 44.5%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4594AE (or 0x4594AE) is known color: Boston Blue. HEX triplet: 45, 94 and AE. RGB value is (69,148,174). Sum of RGB (Red+Green+Blue) = 69+148+174=391 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.65% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #4594AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4594AE is #BA6B51. Grayscale: #7F7F7F. Windows color (decimal): -12217170 or 11441221. OLE color: 11441221.

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

Color convert

RGB 69 148 174 -
CMYK 0.60 0.15 0 0.32
HSL 194.86º 0.43% 0.48% -
HSV(B) 194.86º 0.6% 0.68% -
XYZ 20.68 25.5 43.88 -
YUV 127.34 154.33 86.39 -
System Red Green Blue C M Y K H S L
Decimal 69 148 174 0.60 0.15 0 0.32 194.86 0.43 0.48
Hex 45 94 AE 3C F 0 20 C3 2B 30
Octal 105 224 256 74 17 0 40 303 53 60
Binary 1000101 10010100 10101110 111100 1111 0 100000 11000011 101011 110000

Color Harmonies of #4594AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4594AE

Black with #4594AE

Text Example


Text Example

White with #4594AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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