Html Css Color HEX #4A94B6 Boston Blue

📋 copy color: '#4A94B6'

red 74 ◦ green 148 ◦ blue 182

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

Shades of Boston Blue #4A94B6

Tints of Boston Blue #4A94B6

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.63%

 BLUE value IS 182 (71.48% from 255) = 45.05%

R = 18.32%
G = 36.63%
B = 45.05%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4A94B6 (or 0x4A94B6) is known color: Boston Blue. HEX triplet: 4A, 94 and B6. RGB value is (74,148,182). Sum of RGB (Red+Green+Blue) = 74+148+182=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #4A94B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A94B6 is #B56B49. Grayscale: #818181. Windows color (decimal): -11889482 or 11965514. OLE color: 11965514.

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

Color convert

RGB 74 148 182 -
CMYK 0.59 0.19 0 0.29
HSL 198.89º 0.43% 0.5% -
HSV(B) 198.89º 0.59% 0.71% -
XYZ 21.86 26.01 48.12 -
YUV 129.75 157.48 88.24 -
System Red Green Blue C M Y K H S L
Decimal 74 148 182 0.59 0.19 0 0.29 198.89 0.43 0.5
Hex 4A 94 B6 3B 13 0 1D C7 2B 32
Octal 112 224 266 73 23 0 35 307 53 62
Binary 1001010 10010100 10110110 111011 10011 0 11101 11000111 101011 110010

Color Harmonies of #4A94B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A94B6

Black with #4A94B6

Text Example


Text Example

White with #4A94B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,148,182); }

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

background-color css

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

 a { background-color: rgb(74,148,182); }

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

border-color css

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

 span { border-color: rgb(74,148,182); }

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