Html Css Color HEX #4B96BB Boston Blue

📋 copy color: '#4B96BB'

red 75 ◦ green 150 ◦ blue 187

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

Shades of Boston Blue #4B96BB

Tints of Boston Blue #4B96BB

RGB

 RED value IS 75 (29.69% from 255) = 18.2%

 GREEN value IS 150 (58.98% from 255) = 36.41%

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

R = 18.2%
G = 36.41%
B = 45.39%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B96BB (or 0x4B96BB) is known color: Boston Blue. HEX triplet: 4B, 96 and BB. RGB value is (75,150,187). Sum of RGB (Red+Green+Blue) = 75+150+187=412 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.20% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B96BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B96BB is #B46944. Grayscale: #838383. Windows color (decimal): -11823429 or 12293707. OLE color: 12293707.

HSL color Cylindrical-coordinate representation of color #4B96BB: hue angle of 199.82º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B96BB is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 150 187 -
CMYK 0.60 0.20 0 0.27
HSL 199.82º 0.45% 0.51% -
HSV(B) 199.82º 0.6% 0.73% -
XYZ 22.78 26.9 51 -
YUV 131.79 159.15 87.49 -
System Red Green Blue C M Y K H S L
Decimal 75 150 187 0.60 0.20 0 0.27 199.82 0.45 0.51
Hex 4B 96 BB 3C 14 0 1B C8 2D 33
Octal 113 226 273 74 24 0 33 310 55 63
Binary 1001011 10010110 10111011 111100 10100 0 11011 11001000 101101 110011

Color Harmonies of #4B96BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B96BB

Black with #4B96BB

Text Example


Text Example

White with #4B96BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B96BB; }

 p { color: rgb(75,150,187); }

 H1.HeaderClassName
 {
   color: #4B96BB;
 }
 .AnyTagClassName
 {
   color: #4B96BB;
 }
</style>

background-color css

<style>
 a { background-color: #4B96BB; }

 a { background-color: rgb(75,150,187); }

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

border-color css

<style>
 span { border-color: #4B96BB; }

 span { border-color: rgb(75,150,187); }

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