Html Css Color HEX #468EAC Boston Blue

📋 copy color: '#468EAC'

red 70 ◦ green 142 ◦ blue 172

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

Shades of Boston Blue #468EAC

Tints of Boston Blue #468EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 18.23%
G = 36.98%
B = 44.79%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#468EAC (or 0x468EAC) is known color: Boston Blue. HEX triplet: 46, 8E and AC. RGB value is (70,142,172). Sum of RGB (Red+Green+Blue) = 70+142+172=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #468EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468EAC is #B97153. Grayscale: #7B7B7B. Windows color (decimal): -12153172 or 11308614. OLE color: 11308614.

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

Color convert

RGB 70 142 172 -
CMYK 0.59 0.17 0 0.33
HSL 197.65º 0.42% 0.47% -
HSV(B) 197.65º 0.59% 0.67% -
XYZ 19.65 23.63 42.55 -
YUV 123.89 155.15 89.56 -
System Red Green Blue C M Y K H S L
Decimal 70 142 172 0.59 0.17 0 0.33 197.65 0.42 0.47
Hex 46 8E AC 3B 11 0 21 C6 2A 2F
Octal 106 216 254 73 21 0 41 306 52 57
Binary 1000110 10001110 10101100 111011 10001 0 100001 11000110 101010 101111

Color Harmonies of #468EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468EAC

Black with #468EAC

Text Example


Text Example

White with #468EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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