Html Css Color HEX #4C8AAA Boston Blue

📋 copy color: '#4C8AAA'

red 76 ◦ green 138 ◦ blue 170

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

Shades of Boston Blue #4C8AAA

Tints of Boston Blue #4C8AAA

RGB

 RED value IS 76 (30.08% from 255) = 19.79%

 GREEN value IS 138 (54.3% from 255) = 35.94%

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 19.79%
G = 35.94%
B = 44.27%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C8AAA (or 0x4C8AAA) is known color: Boston Blue. HEX triplet: 4C, 8A and AA. RGB value is (76,138,170). Sum of RGB (Red+Green+Blue) = 76+138+170=384 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.79% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C8AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8AAA is #B37555. Grayscale: #7A7A7A. Windows color (decimal): -11760982 or 11176524. OLE color: 11176524.

HSL color Cylindrical-coordinate representation of color #4C8AAA: hue angle of 200.43º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C8AAA is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 138 170 -
CMYK 0.55 0.19 0 0.33
HSL 200.43º 0.38% 0.48% -
HSV(B) 200.43º 0.55% 0.67% -
XYZ 19.32 22.62 41.38 -
YUV 123.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 76 138 170 0.55 0.19 0 0.33 200.43 0.38 0.48
Hex 4C 8A AA 37 13 0 21 C8 26 30
Octal 114 212 252 67 23 0 41 310 46 60
Binary 1001100 10001010 10101010 110111 10011 0 100001 11001000 100110 110000

Color Harmonies of #4C8AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8AAA

Black with #4C8AAA

Text Example


Text Example

White with #4C8AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,138,170); }

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

background-color css

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

 a { background-color: rgb(76,138,170); }

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

border-color css

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

 span { border-color: rgb(76,138,170); }

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