Html Css Color HEX #4695AB Boston Blue

📋 copy color: '#4695AB'

red 70 ◦ green 149 ◦ blue 171

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

Shades of Boston Blue #4695AB

Tints of Boston Blue #4695AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.85%

R = 17.95%
G = 38.21%
B = 43.85%

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

#4695AB (or 0x4695AB) is known color: Boston Blue. HEX triplet: 46, 95 and AB. RGB value is (70,149,171). Sum of RGB (Red+Green+Blue) = 70+149+171=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #4695AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4695AB is #B96A54. Grayscale: #7F7F7F. Windows color (decimal): -12151381 or 11244870. OLE color: 11244870.

HSL color Cylindrical-coordinate representation of color #4695AB: hue angle of 193.07º 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 #4695AB is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 149 171 -
CMYK 0.59 0.13 0 0.33
HSL 193.07º 0.42% 0.47% -
HSV(B) 193.07º 0.59% 0.67% -
XYZ 20.62 25.74 42.41 -
YUV 127.89 152.33 86.71 -
System Red Green Blue C M Y K H S L
Decimal 70 149 171 0.59 0.13 0 0.33 193.07 0.42 0.47
Hex 46 95 AB 3B D 0 21 C1 2A 2F
Octal 106 225 253 73 15 0 41 301 52 57
Binary 1000110 10010101 10101011 111011 1101 0 100001 11000001 101010 101111

Color Harmonies of #4695AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4695AB

Black with #4695AB

Text Example


Text Example

White with #4695AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4695AB; }

 p { color: rgb(70,149,171); }

 H1.HeaderClassName
 {
   color: #4695AB;
 }
 .AnyTagClassName
 {
   color: #4695AB;
 }
</style>

background-color css

<style>
 a { background-color: #4695AB; }

 a { background-color: rgb(70,149,171); }

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

border-color css

<style>
 span { border-color: #4695AB; }

 span { border-color: rgb(70,149,171); }

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