Html Css Color HEX #468DAE Boston Blue

📋 copy color: '#468DAE'

red 70 ◦ green 141 ◦ blue 174

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

Shades of Boston Blue #468DAE

Tints of Boston Blue #468DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.62%

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

R = 18.18%
G = 36.62%
B = 45.19%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#468DAE (or 0x468DAE) is known color: Boston Blue. HEX triplet: 46, 8D and AE. RGB value is (70,141,174). Sum of RGB (Red+Green+Blue) = 70+141+174=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #468DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468DAE is #B97251. Grayscale: #7B7B7B. Windows color (decimal): -12153426 or 11439430. OLE color: 11439430.

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

Color convert

RGB 70 141 174 -
CMYK 0.60 0.19 0 0.32
HSL 199.04º 0.43% 0.48% -
HSV(B) 199.04º 0.6% 0.68% -
XYZ 19.69 23.41 43.52 -
YUV 123.53 156.48 89.82 -
System Red Green Blue C M Y K H S L
Decimal 70 141 174 0.60 0.19 0 0.32 199.04 0.43 0.48
Hex 46 8D AE 3C 13 0 20 C7 2B 30
Octal 106 215 256 74 23 0 40 307 53 60
Binary 1000110 10001101 10101110 111100 10011 0 100000 11000111 101011 110000

Color Harmonies of #468DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468DAE

Black with #468DAE

Text Example


Text Example

White with #468DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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