Html Css Color HEX #4493BB Boston Blue

📋 copy color: '#4493BB'

red 68 ◦ green 147 ◦ blue 187

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

Shades of Boston Blue #4493BB

Tints of Boston Blue #4493BB

RGB

 RED value IS 68 (26.95% from 255) = 16.92%

 GREEN value IS 147 (57.81% from 255) = 36.57%

 BLUE value IS 187 (73.44% from 255) = 46.52%

R = 16.92%
G = 36.57%
B = 46.52%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4493BB (or 0x4493BB) is known color: Boston Blue. HEX triplet: 44, 93 and BB. RGB value is (68,147,187). Sum of RGB (Red+Green+Blue) = 68+147+187=402 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.92% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #4493BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4493BB is #BB6C44. Grayscale: #7F7F7F. Windows color (decimal): -12282949 or 12292932. OLE color: 12292932.

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

Color convert

RGB 68 147 187 -
CMYK 0.64 0.21 0 0.27
HSL 200.17º 0.47% 0.5% -
HSV(B) 200.17º 0.64% 0.73% -
XYZ 21.79 25.68 50.82 -
YUV 127.94 161.33 85.25 -
System Red Green Blue C M Y K H S L
Decimal 68 147 187 0.64 0.21 0 0.27 200.17 0.47 0.5
Hex 44 93 BB 40 15 0 1B C8 2F 32
Octal 104 223 273 100 25 0 33 310 57 62
Binary 1000100 10010011 10111011 1000000 10101 0 11011 11001000 101111 110010

Color Harmonies of #4493BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4493BB

Black with #4493BB

Text Example


Text Example

White with #4493BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4493BB; }

 p { color: rgb(68,147,187); }

 H1.HeaderClassName
 {
   color: #4493BB;
 }
 .AnyTagClassName
 {
   color: #4493BB;
 }
</style>

background-color css

<style>
 a { background-color: #4493BB; }

 a { background-color: rgb(68,147,187); }

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

border-color css

<style>
 span { border-color: #4493BB; }

 span { border-color: rgb(68,147,187); }

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