Html Css Color HEX #4694AA Boston Blue

📋 copy color: '#4694AA'

red 70 ◦ green 148 ◦ blue 170

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

Shades of Boston Blue #4694AA

Tints of Boston Blue #4694AA

RGB

 RED value IS 70 (27.73% from 255) = 18.04%

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

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

R = 18.04%
G = 38.14%
B = 43.81%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4694AA (or 0x4694AA) is known color: Boston Blue. HEX triplet: 46, 94 and AA. RGB value is (70,148,170). Sum of RGB (Red+Green+Blue) = 70+148+170=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #4694AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4694AA is #B96B55. Grayscale: #7F7F7F. Windows color (decimal): -12151638 or 11179078. OLE color: 11179078.

HSL color Cylindrical-coordinate representation of color #4694AA: hue angle of 193.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4694AA is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 148 170 -
CMYK 0.59 0.13 0 0.33
HSL 193.2º 0.42% 0.47% -
HSV(B) 193.2º 0.59% 0.67% -
XYZ 20.37 25.38 41.86 -
YUV 127.19 152.16 87.21 -
System Red Green Blue C M Y K H S L
Decimal 70 148 170 0.59 0.13 0 0.33 193.2 0.42 0.47
Hex 46 94 AA 3B D 0 21 C1 2A 2F
Octal 106 224 252 73 15 0 41 301 52 57
Binary 1000110 10010100 10101010 111011 1101 0 100001 11000001 101010 101111

Color Harmonies of #4694AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4694AA

Black with #4694AA

Text Example


Text Example

White with #4694AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4694AA; }

 p { color: rgb(70,148,170); }

 H1.HeaderClassName
 {
   color: #4694AA;
 }
 .AnyTagClassName
 {
   color: #4694AA;
 }
</style>

background-color css

<style>
 a { background-color: #4694AA; }

 a { background-color: rgb(70,148,170); }

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

border-color css

<style>
 span { border-color: #4694AA; }

 span { border-color: rgb(70,148,170); }

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