Html Css Color HEX #469BAB Boston Blue

📋 copy color: '#469BAB'

red 70 ◦ green 155 ◦ blue 171

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

Shades of Boston Blue #469BAB

Tints of Boston Blue #469BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.18%

R = 17.68%
G = 39.14%
B = 43.18%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#469BAB (or 0x469BAB) is known color: Boston Blue. HEX triplet: 46, 9B and AB. RGB value is (70,155,171). Sum of RGB (Red+Green+Blue) = 70+155+171=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #469BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469BAB is #B96454. Grayscale: #838383. Windows color (decimal): -12149845 or 11246406. OLE color: 11246406.

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

Color convert

RGB 70 155 171 -
CMYK 0.59 0.09 0 0.33
HSL 189.5º 0.42% 0.47% -
HSV(B) 189.5º 0.59% 0.67% -
XYZ 21.6 27.69 42.73 -
YUV 131.41 150.34 84.2 -
System Red Green Blue C M Y K H S L
Decimal 70 155 171 0.59 0.09 0 0.33 189.5 0.42 0.47
Hex 46 9B AB 3B 9 0 21 BE 2A 2F
Octal 106 233 253 73 11 0 41 276 52 57
Binary 1000110 10011011 10101011 111011 1001 0 100001 10111110 101010 101111

Color Harmonies of #469BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469BAB

Black with #469BAB

Text Example


Text Example

White with #469BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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