Html Css Color HEX #469BAC Boston Blue

📋 copy color: '#469BAC'

red 70 ◦ green 155 ◦ blue 172

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

Shades of Boston Blue #469BAC

Tints of Boston Blue #469BAC

RGB

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

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

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

R = 17.63%
G = 39.04%
B = 43.32%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#469BAC (or 0x469BAC) is known color: Boston Blue. HEX triplet: 46, 9B and AC. RGB value is (70,155,172). Sum of RGB (Red+Green+Blue) = 70+155+172=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #469BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469BAC is #B96453. Grayscale: #838383. Windows color (decimal): -12149844 or 11311942. OLE color: 11311942.

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

Color convert

RGB 70 155 172 -
CMYK 0.59 0.10 0 0.33
HSL 190º 0.42% 0.47% -
HSV(B) 190º 0.59% 0.67% -
XYZ 21.69 27.72 43.24 -
YUV 131.52 150.84 84.12 -
System Red Green Blue C M Y K H S L
Decimal 70 155 172 0.59 0.10 0 0.33 190 0.42 0.47
Hex 46 9B AC 3B A 0 21 BE 2A 2F
Octal 106 233 254 73 12 0 41 276 52 57
Binary 1000110 10011011 10101100 111011 1010 0 100001 10111110 101010 101111

Color Harmonies of #469BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469BAC

Black with #469BAC

Text Example


Text Example

White with #469BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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