Html Css Color HEX #4A9DAE Boston Blue

📋 copy color: '#4A9DAE'

red 74 ◦ green 157 ◦ blue 174

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

Shades of Boston Blue #4A9DAE

Tints of Boston Blue #4A9DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.77%

 BLUE value IS 174 (68.36% from 255) = 42.96%

R = 18.27%
G = 38.77%
B = 42.96%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A9DAE (or 0x4A9DAE) is known color: Boston Blue. HEX triplet: 4A, 9D and AE. RGB value is (74,157,174). Sum of RGB (Red+Green+Blue) = 74+157+174=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A9DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9DAE is #B56251. Grayscale: #858585. Windows color (decimal): -11887186 or 11443530. OLE color: 11443530.

HSL color Cylindrical-coordinate representation of color #4A9DAE: hue angle of 190.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A9DAE is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 157 174 -
CMYK 0.57 0.10 0 0.32
HSL 190.2º 0.4% 0.49% -
HSV(B) 190.2º 0.57% 0.68% -
XYZ 22.52 28.63 44.38 -
YUV 134.12 150.5 85.12 -
System Red Green Blue C M Y K H S L
Decimal 74 157 174 0.57 0.10 0 0.32 190.2 0.4 0.49
Hex 4A 9D AE 39 A 0 20 BE 28 31
Octal 112 235 256 71 12 0 40 276 50 61
Binary 1001010 10011101 10101110 111001 1010 0 100000 10111110 101000 110001

Color Harmonies of #4A9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9DAE

Black with #4A9DAE

Text Example


Text Example

White with #4A9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,157,174); }

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

background-color css

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

 a { background-color: rgb(74,157,174); }

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

border-color css

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

 span { border-color: rgb(74,157,174); }

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