Html Css Color HEX #469AAC Boston Blue

📋 copy color: '#469AAC'

red 70 ◦ green 154 ◦ blue 172

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

Shades of Boston Blue #469AAC

Tints of Boston Blue #469AAC

RGB

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

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

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

R = 17.68%
G = 38.89%
B = 43.43%

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

#469AAC (or 0x469AAC) is known color: Boston Blue. HEX triplet: 46, 9A and AC. RGB value is (70,154,172). Sum of RGB (Red+Green+Blue) = 70+154+172=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #469AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469AAC is #B96553. Grayscale: #828282. Windows color (decimal): -12150100 or 11311686. OLE color: 11311686.

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

Color convert

RGB 70 154 172 -
CMYK 0.59 0.10 0 0.33
HSL 190.59º 0.42% 0.47% -
HSV(B) 190.59º 0.59% 0.67% -
XYZ 21.53 27.39 43.18 -
YUV 130.94 151.17 84.54 -
System Red Green Blue C M Y K H S L
Decimal 70 154 172 0.59 0.10 0 0.33 190.59 0.42 0.47
Hex 46 9A AC 3B A 0 21 BF 2A 2F
Octal 106 232 254 73 12 0 41 277 52 57
Binary 1000110 10011010 10101100 111011 1010 0 100001 10111111 101010 101111

Color Harmonies of #469AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469AAC

Black with #469AAC

Text Example


Text Example

White with #469AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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