Html Css Color HEX #4A95A9 Boston Blue

📋 copy color: '#4A95A9'

red 74 ◦ green 149 ◦ blue 169

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

Shades of Boston Blue #4A95A9

Tints of Boston Blue #4A95A9

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.01%

 BLUE value IS 169 (66.41% from 255) = 43.11%

R = 18.88%
G = 38.01%
B = 43.11%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#4A95A9 (or 0x4A95A9) is known color: Boston Blue. HEX triplet: 4A, 95 and A9. RGB value is (74,149,169). Sum of RGB (Red+Green+Blue) = 74+149+169=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 169 - color contains mainly: blue. Hex color #4A95A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A95A9 is #B56A56. Grayscale: #808080. Windows color (decimal): -11889239 or 11113802. OLE color: 11113802.

HSL color Cylindrical-coordinate representation of color #4A95A9: hue angle of 192.63º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A95A9 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 74 149 169 -
CMYK 0.56 0.12 0 0.34
HSL 192.63º 0.39% 0.48% -
HSV(B) 192.63º 0.56% 0.66% -
XYZ 20.73 25.82 41.43 -
YUV 128.86 150.65 88.87 -
System Red Green Blue C M Y K H S L
Decimal 74 149 169 0.56 0.12 0 0.34 192.63 0.39 0.48
Hex 4A 95 A9 38 C 0 22 C1 27 30
Octal 112 225 251 70 14 0 42 301 47 60
Binary 1001010 10010101 10101001 111000 1100 0 100010 11000001 100111 110000

Color Harmonies of #4A95A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A95A9

Black with #4A95A9

Text Example


Text Example

White with #4A95A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,149,169); }

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

background-color css

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

 a { background-color: rgb(74,149,169); }

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

border-color css

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

 span { border-color: rgb(74,149,169); }

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