Html Css Color HEX #469BAE Boston Blue

📋 copy color: '#469BAE'

red 70 ◦ green 155 ◦ blue 174

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

Shades of Boston Blue #469BAE

Tints of Boston Blue #469BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.85%

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

R = 17.54%
G = 38.85%
B = 43.61%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#469BAE (or 0x469BAE) is known color: Boston Blue. HEX triplet: 46, 9B and AE. RGB value is (70,155,174). Sum of RGB (Red+Green+Blue) = 70+155+174=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #469BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469BAE is #B96451. Grayscale: #838383. Windows color (decimal): -12149842 or 11443014. OLE color: 11443014.

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

Color convert

RGB 70 155 174 -
CMYK 0.60 0.11 0 0.32
HSL 190.96º 0.43% 0.48% -
HSV(B) 190.96º 0.6% 0.68% -
XYZ 21.89 27.8 44.26 -
YUV 131.75 151.84 83.96 -
System Red Green Blue C M Y K H S L
Decimal 70 155 174 0.60 0.11 0 0.32 190.96 0.43 0.48
Hex 46 9B AE 3C B 0 20 BF 2B 30
Octal 106 233 256 74 13 0 40 277 53 60
Binary 1000110 10011011 10101110 111100 1011 0 100000 10111111 101011 110000

Color Harmonies of #469BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469BAE

Black with #469BAE

Text Example


Text Example

White with #469BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469BAE; }

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

 H1.HeaderClassName
 {
   color: #469BAE;
 }
 .AnyTagClassName
 {
   color: #469BAE;
 }
</style>

background-color css

<style>
 a { background-color: #469BAE; }

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

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

border-color css

<style>
 span { border-color: #469BAE; }

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

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