Html Css Color HEX #4A96BC Boston Blue

📋 copy color: '#4A96BC'

red 74 ◦ green 150 ◦ blue 188

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

Shades of Boston Blue #4A96BC

Tints of Boston Blue #4A96BC

RGB

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

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

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

R = 17.96%
G = 36.41%
B = 45.63%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A96BC (or 0x4A96BC) is known color: Boston Blue. HEX triplet: 4A, 96 and BC. RGB value is (74,150,188). Sum of RGB (Red+Green+Blue) = 74+150+188=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A96BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A96BC is #B56943. Grayscale: #838383. Windows color (decimal): -11888964 or 12359242. OLE color: 12359242.

HSL color Cylindrical-coordinate representation of color #4A96BC: hue angle of 200º 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 #4A96BC is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 150 188 -
CMYK 0.61 0.20 0 0.26
HSL 200º 0.46% 0.51% -
HSV(B) 200º 0.61% 0.74% -
XYZ 22.81 26.9 51.57 -
YUV 131.61 159.82 86.91 -
System Red Green Blue C M Y K H S L
Decimal 74 150 188 0.61 0.20 0 0.26 200 0.46 0.51
Hex 4A 96 BC 3D 14 0 1A C8 2E 33
Octal 112 226 274 75 24 0 32 310 56 63
Binary 1001010 10010110 10111100 111101 10100 0 11010 11001000 101110 110011

Color Harmonies of #4A96BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A96BC

Black with #4A96BC

Text Example


Text Example

White with #4A96BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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