Html Css Color HEX #4D96B4 Boston Blue

📋 copy color: '#4D96B4'

red 77 ◦ green 150 ◦ blue 180

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

Shades of Boston Blue #4D96B4

Tints of Boston Blue #4D96B4

RGB

 RED value IS 77 (30.47% from 255) = 18.92%

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

 BLUE value IS 180 (70.7% from 255) = 44.23%

R = 18.92%
G = 36.86%
B = 44.23%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4D96B4 (or 0x4D96B4) is known color: Boston Blue. HEX triplet: 4D, 96 and B4. RGB value is (77,150,180). Sum of RGB (Red+Green+Blue) = 77+150+180=407 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.92% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 180 - color contains mainly: blue. Hex color #4D96B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D96B4 is #B2694B. Grayscale: #838383. Windows color (decimal): -11692364 or 11834957. OLE color: 11834957.

HSL color Cylindrical-coordinate representation of color #4D96B4: hue angle of 197.48º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D96B4 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 77 150 180 -
CMYK 0.57 0.17 0 0.29
HSL 197.48º 0.41% 0.5% -
HSV(B) 197.48º 0.57% 0.71% -
XYZ 22.21 26.69 47.16 -
YUV 131.59 155.32 89.06 -
System Red Green Blue C M Y K H S L
Decimal 77 150 180 0.57 0.17 0 0.29 197.48 0.41 0.5
Hex 4D 96 B4 39 11 0 1D C5 29 32
Octal 115 226 264 71 21 0 35 305 51 62
Binary 1001101 10010110 10110100 111001 10001 0 11101 11000101 101001 110010

Color Harmonies of #4D96B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D96B4

Black with #4D96B4

Text Example


Text Example

White with #4D96B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,150,180); }

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

background-color css

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

 a { background-color: rgb(77,150,180); }

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

border-color css

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

 span { border-color: rgb(77,150,180); }

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