Html Css Color HEX #469AAB Boston Blue

📋 copy color: '#469AAB'

red 70 ◦ green 154 ◦ blue 171

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

Shades of Boston Blue #469AAB

Tints of Boston Blue #469AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.99%

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

R = 17.72%
G = 38.99%
B = 43.29%

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

#469AAB (or 0x469AAB) is known color: Boston Blue. HEX triplet: 46, 9A and AB. RGB value is (70,154,171). Sum of RGB (Red+Green+Blue) = 70+154+171=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #469AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469AAB is #B96554. Grayscale: #828282. Windows color (decimal): -12150101 or 11246150. OLE color: 11246150.

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

Color convert

RGB 70 154 171 -
CMYK 0.59 0.10 0 0.33
HSL 190.1º 0.42% 0.47% -
HSV(B) 190.1º 0.59% 0.67% -
XYZ 21.43 27.35 42.68 -
YUV 130.82 150.67 84.62 -
System Red Green Blue C M Y K H S L
Decimal 70 154 171 0.59 0.10 0 0.33 190.1 0.42 0.47
Hex 46 9A AB 3B A 0 21 BE 2A 2F
Octal 106 232 253 73 12 0 41 276 52 57
Binary 1000110 10011010 10101011 111011 1010 0 100001 10111110 101010 101111

Color Harmonies of #469AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469AAB

Black with #469AAB

Text Example


Text Example

White with #469AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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