Html Css Color HEX #468EAA Boston Blue

📋 copy color: '#468EAA'

red 70 ◦ green 142 ◦ blue 170

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

Shades of Boston Blue #468EAA

Tints of Boston Blue #468EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.17%

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

R = 18.32%
G = 37.17%
B = 44.5%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#468EAA (or 0x468EAA) is known color: Boston Blue. HEX triplet: 46, 8E and AA. RGB value is (70,142,170). Sum of RGB (Red+Green+Blue) = 70+142+170=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #468EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468EAA is #B97155. Grayscale: #7B7B7B. Windows color (decimal): -12153174 or 11177542. OLE color: 11177542.

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

Color convert

RGB 70 142 170 -
CMYK 0.59 0.16 0 0.33
HSL 196.8º 0.42% 0.47% -
HSV(B) 196.8º 0.59% 0.67% -
XYZ 19.45 23.55 41.55 -
YUV 123.66 154.15 89.72 -
System Red Green Blue C M Y K H S L
Decimal 70 142 170 0.59 0.16 0 0.33 196.8 0.42 0.47
Hex 46 8E AA 3B 10 0 21 C5 2A 2F
Octal 106 216 252 73 20 0 41 305 52 57
Binary 1000110 10001110 10101010 111011 10000 0 100001 11000101 101010 101111

Color Harmonies of #468EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468EAA

Black with #468EAA

Text Example


Text Example

White with #468EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468EAA; }

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

 H1.HeaderClassName
 {
   color: #468EAA;
 }
 .AnyTagClassName
 {
   color: #468EAA;
 }
</style>

background-color css

<style>
 a { background-color: #468EAA; }

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

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

border-color css

<style>
 span { border-color: #468EAA; }

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

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