Html Css Color HEX #4993BC Boston Blue

📋 copy color: '#4993BC'

red 73 ◦ green 147 ◦ blue 188

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

Shades of Boston Blue #4993BC

Tints of Boston Blue #4993BC

RGB

 RED value IS 73 (28.91% from 255) = 17.89%

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

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

R = 17.89%
G = 36.03%
B = 46.08%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4993BC (or 0x4993BC) is known color: Boston Blue. HEX triplet: 49, 93 and BC. RGB value is (73,147,188). Sum of RGB (Red+Green+Blue) = 73+147+188=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #4993BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4993BC is #B66C43. Grayscale: #818181. Windows color (decimal): -11955268 or 12358473. OLE color: 12358473.

HSL color Cylindrical-coordinate representation of color #4993BC: hue angle of 201.39º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4993BC is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 147 188 -
CMYK 0.61 0.22 0 0.26
HSL 201.39º 0.46% 0.51% -
HSV(B) 201.39º 0.61% 0.74% -
XYZ 22.26 25.91 51.41 -
YUV 129.55 160.98 87.67 -
System Red Green Blue C M Y K H S L
Decimal 73 147 188 0.61 0.22 0 0.26 201.39 0.46 0.51
Hex 49 93 BC 3D 16 0 1A C9 2E 33
Octal 111 223 274 75 26 0 32 311 56 63
Binary 1001001 10010011 10111100 111101 10110 0 11010 11001001 101110 110011

Color Harmonies of #4993BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4993BC

Black with #4993BC

Text Example


Text Example

White with #4993BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,147,188); }

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

background-color css

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

 a { background-color: rgb(73,147,188); }

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

border-color css

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

 span { border-color: rgb(73,147,188); }

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