Html Css Color HEX #468FAF Boston Blue

📋 copy color: '#468FAF'

red 70 ◦ green 143 ◦ blue 175

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

Shades of Boston Blue #468FAF

Tints of Boston Blue #468FAF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.86%

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 18.04%
G = 36.86%
B = 45.1%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#468FAF (or 0x468FAF) is known color: Boston Blue. HEX triplet: 46, 8F and AF. RGB value is (70,143,175). Sum of RGB (Red+Green+Blue) = 70+143+175=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #468FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468FAF is #B97050. Grayscale: #7C7C7C. Windows color (decimal): -12152913 or 11505478. OLE color: 11505478.

HSL color Cylindrical-coordinate representation of color #468FAF: hue angle of 198.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #468FAF is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 143 175 -
CMYK 0.60 0.18 0 0.31
HSL 198.29º 0.43% 0.48% -
HSV(B) 198.29º 0.6% 0.69% -
XYZ 20.09 24.04 44.14 -
YUV 124.82 156.32 88.9 -
System Red Green Blue C M Y K H S L
Decimal 70 143 175 0.60 0.18 0 0.31 198.29 0.43 0.48
Hex 46 8F AF 3C 12 0 1F C6 2B 30
Octal 106 217 257 74 22 0 37 306 53 60
Binary 1000110 10001111 10101111 111100 10010 0 11111 11000110 101011 110000

Color Harmonies of #468FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468FAF

Black with #468FAF

Text Example


Text Example

White with #468FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,143,175); }

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

background-color css

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

 a { background-color: rgb(70,143,175); }

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

border-color css

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

 span { border-color: rgb(70,143,175); }

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