Html Css Color HEX #468AAE Boston Blue

📋 copy color: '#468AAE'

red 70 ◦ green 138 ◦ blue 174

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

Shades of Boston Blue #468AAE

Tints of Boston Blue #468AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.13%

 BLUE value IS 174 (68.36% from 255) = 45.55%

R = 18.32%
G = 36.13%
B = 45.55%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#468AAE (or 0x468AAE) is known color: Boston Blue. HEX triplet: 46, 8A and AE. RGB value is (70,138,174). Sum of RGB (Red+Green+Blue) = 70+138+174=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #468AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468AAE is #B97551. Grayscale: #797979. Windows color (decimal): -12154194 or 11438662. OLE color: 11438662.

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

Color convert

RGB 70 138 174 -
CMYK 0.60 0.21 0 0.32
HSL 200.77º 0.43% 0.48% -
HSV(B) 200.77º 0.6% 0.68% -
XYZ 19.25 22.54 43.38 -
YUV 121.77 157.47 91.07 -
System Red Green Blue C M Y K H S L
Decimal 70 138 174 0.60 0.21 0 0.32 200.77 0.43 0.48
Hex 46 8A AE 3C 15 0 20 C9 2B 30
Octal 106 212 256 74 25 0 40 311 53 60
Binary 1000110 10001010 10101110 111100 10101 0 100000 11001001 101011 110000

Color Harmonies of #468AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468AAE

Black with #468AAE

Text Example


Text Example

White with #468AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,138,174); }

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

background-color css

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

 a { background-color: rgb(70,138,174); }

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

border-color css

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

 span { border-color: rgb(70,138,174); }

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