Html Css Color HEX #468BAC Boston Blue

📋 copy color: '#468BAC'

red 70 ◦ green 139 ◦ blue 172

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

Shades of Boston Blue #468BAC

Tints of Boston Blue #468BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.48%

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

R = 18.37%
G = 36.48%
B = 45.14%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#468BAC (or 0x468BAC) is known color: Boston Blue. HEX triplet: 46, 8B and AC. RGB value is (70,139,172). Sum of RGB (Red+Green+Blue) = 70+139+172=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #468BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468BAC is #B97453. Grayscale: #797979. Windows color (decimal): -12153940 or 11307846. OLE color: 11307846.

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

Color convert

RGB 70 139 172 -
CMYK 0.59 0.19 0 0.33
HSL 199.41º 0.42% 0.47% -
HSV(B) 199.41º 0.59% 0.67% -
XYZ 19.2 22.75 42.41 -
YUV 122.13 156.14 90.82 -
System Red Green Blue C M Y K H S L
Decimal 70 139 172 0.59 0.19 0 0.33 199.41 0.42 0.47
Hex 46 8B AC 3B 13 0 21 C7 2A 2F
Octal 106 213 254 73 23 0 41 307 52 57
Binary 1000110 10001011 10101100 111011 10011 0 100001 11000111 101010 101111

Color Harmonies of #468BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468BAC

Black with #468BAC

Text Example


Text Example

White with #468BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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