Html Css Color HEX #4594BC Boston Blue

📋 copy color: '#4594BC'

red 69 ◦ green 148 ◦ blue 188

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

Shades of Boston Blue #4594BC

Tints of Boston Blue #4594BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 17.04%
G = 36.54%
B = 46.42%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4594BC (or 0x4594BC) is known color: Boston Blue. HEX triplet: 45, 94 and BC. RGB value is (69,148,188). Sum of RGB (Red+Green+Blue) = 69+148+188=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #4594BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4594BC is #BA6B43. Grayscale: #808080. Windows color (decimal): -12217156 or 12358725. OLE color: 12358725.

HSL color Cylindrical-coordinate representation of color #4594BC: hue angle of 200.17º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4594BC is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 148 188 -
CMYK 0.63 0.21 0 0.26
HSL 200.17º 0.47% 0.5% -
HSV(B) 200.17º 0.63% 0.74% -
XYZ 22.12 26.08 51.44 -
YUV 128.94 161.33 85.25 -
System Red Green Blue C M Y K H S L
Decimal 69 148 188 0.63 0.21 0 0.26 200.17 0.47 0.5
Hex 45 94 BC 3F 15 0 1A C8 2F 32
Octal 105 224 274 77 25 0 32 310 57 62
Binary 1000101 10010100 10111100 111111 10101 0 11010 11001000 101111 110010

Color Harmonies of #4594BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4594BC

Black with #4594BC

Text Example


Text Example

White with #4594BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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