Html Css Color HEX #4A96BE Boston Blue

📋 copy color: '#4A96BE'

red 74 ◦ green 150 ◦ blue 190

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

Shades of Boston Blue #4A96BE

Tints of Boston Blue #4A96BE

RGB

 RED value IS 74 (29.3% from 255) = 17.87%

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

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 17.87%
G = 36.23%
B = 45.89%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A96BE (or 0x4A96BE) is known color: Boston Blue. HEX triplet: 4A, 96 and BE. RGB value is (74,150,190). Sum of RGB (Red+Green+Blue) = 74+150+190=414 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.87% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A96BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A96BE is #B56941. Grayscale: #838383. Windows color (decimal): -11888962 or 12490314. OLE color: 12490314.

HSL color Cylindrical-coordinate representation of color #4A96BE: hue angle of 200.69º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A96BE is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 150 190 -
CMYK 0.61 0.21 0 0.25
HSL 200.69º 0.47% 0.52% -
HSV(B) 200.69º 0.61% 0.75% -
XYZ 23.02 26.99 52.71 -
YUV 131.84 160.82 86.75 -
System Red Green Blue C M Y K H S L
Decimal 74 150 190 0.61 0.21 0 0.25 200.69 0.47 0.52
Hex 4A 96 BE 3D 15 0 19 C9 2F 34
Octal 112 226 276 75 25 0 31 311 57 64
Binary 1001010 10010110 10111110 111101 10101 0 11001 11001001 101111 110100

Color Harmonies of #4A96BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A96BE

Black with #4A96BE

Text Example


Text Example

White with #4A96BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,150,190); }

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

background-color css

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

 a { background-color: rgb(74,150,190); }

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

border-color css

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

 span { border-color: rgb(74,150,190); }

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