Html Css Color HEX #469DB0 Boston Blue

📋 copy color: '#469DB0'

red 70 ◦ green 157 ◦ blue 176

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

Shades of Boston Blue #469DB0

Tints of Boston Blue #469DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.67%

R = 17.37%
G = 38.96%
B = 43.67%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#469DB0 (or 0x469DB0) is known color: Boston Blue. HEX triplet: 46, 9D and B0. RGB value is (70,157,176). Sum of RGB (Red+Green+Blue) = 70+157+176=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 176 - color contains mainly: blue. Hex color #469DB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469DB0 is #B9624F. Grayscale: #848484. Windows color (decimal): -12149328 or 11574598. OLE color: 11574598.

HSL color Cylindrical-coordinate representation of color #469DB0: hue angle of 190.75º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #469DB0 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 157 176 -
CMYK 0.60 0.11 0 0.31
HSL 190.75º 0.43% 0.48% -
HSV(B) 190.75º 0.6% 0.69% -
XYZ 22.42 28.55 45.4 -
YUV 133.15 152.18 82.96 -
System Red Green Blue C M Y K H S L
Decimal 70 157 176 0.60 0.11 0 0.31 190.75 0.43 0.48
Hex 46 9D B0 3C B 0 1F BF 2B 30
Octal 106 235 260 74 13 0 37 277 53 60
Binary 1000110 10011101 10110000 111100 1011 0 11111 10111111 101011 110000

Color Harmonies of #469DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469DB0

Black with #469DB0

Text Example


Text Example

White with #469DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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