Html Css Color HEX #469DB9 Boston Blue

📋 copy color: '#469DB9'

red 70 ◦ green 157 ◦ blue 185

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

Shades of Boston Blue #469DB9

Tints of Boston Blue #469DB9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.11%

 BLUE value IS 185 (72.66% from 255) = 44.9%

R = 16.99%
G = 38.11%
B = 44.9%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#469DB9 (or 0x469DB9) is known color: Boston Blue. HEX triplet: 46, 9D and B9. RGB value is (70,157,185). Sum of RGB (Red+Green+Blue) = 70+157+185=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #469DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469DB9 is #B96246. Grayscale: #858585. Windows color (decimal): -12149319 or 12164422. OLE color: 12164422.

HSL color Cylindrical-coordinate representation of color #469DB9: hue angle of 194.61º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #469DB9 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 157 185 -
CMYK 0.62 0.15 0 0.27
HSL 194.61º 0.45% 0.5% -
HSV(B) 194.61º 0.62% 0.73% -
XYZ 23.34 28.92 50.25 -
YUV 134.18 156.68 82.22 -
System Red Green Blue C M Y K H S L
Decimal 70 157 185 0.62 0.15 0 0.27 194.61 0.45 0.5
Hex 46 9D B9 3E F 0 1B C3 2D 32
Octal 106 235 271 76 17 0 33 303 55 62
Binary 1000110 10011101 10111001 111110 1111 0 11011 11000011 101101 110010

Color Harmonies of #469DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469DB9

Black with #469DB9

Text Example


Text Example

White with #469DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,157,185); }

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

background-color css

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

 a { background-color: rgb(70,157,185); }

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

border-color css

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

 span { border-color: rgb(70,157,185); }

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