Html Css Color HEX #4594AA Boston Blue

📋 copy color: '#4594AA'

red 69 ◦ green 148 ◦ blue 170

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

Shades of Boston Blue #4594AA

Tints of Boston Blue #4594AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.93%

R = 17.83%
G = 38.24%
B = 43.93%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4594AA (or 0x4594AA) is known color: Boston Blue. HEX triplet: 45, 94 and AA. RGB value is (69,148,170). Sum of RGB (Red+Green+Blue) = 69+148+170=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #4594AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4594AA is #BA6B55. Grayscale: #7E7E7E. Windows color (decimal): -12217174 or 11179077. OLE color: 11179077.

HSL color Cylindrical-coordinate representation of color #4594AA: hue angle of 193.07º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4594AA is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 148 170 -
CMYK 0.59 0.13 0 0.33
HSL 193.07º 0.42% 0.47% -
HSV(B) 193.07º 0.59% 0.67% -
XYZ 20.3 25.35 41.85 -
YUV 126.89 152.33 86.71 -
System Red Green Blue C M Y K H S L
Decimal 69 148 170 0.59 0.13 0 0.33 193.07 0.42 0.47
Hex 45 94 AA 3B D 0 21 C1 2A 2F
Octal 105 224 252 73 15 0 41 301 52 57
Binary 1000101 10010100 10101010 111011 1101 0 100001 11000001 101010 101111

Color Harmonies of #4594AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4594AA

Black with #4594AA

Text Example


Text Example

White with #4594AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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