Html Css Color HEX #469DB1 Boston Blue

📋 copy color: '#469DB1'

red 70 ◦ green 157 ◦ blue 177

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

Shades of Boston Blue #469DB1

Tints of Boston Blue #469DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.81%

R = 17.33%
G = 38.86%
B = 43.81%

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

#469DB1 (or 0x469DB1) is known color: Boston Blue. HEX triplet: 46, 9D and B1. RGB value is (70,157,177). Sum of RGB (Red+Green+Blue) = 70+157+177=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 177 - color contains mainly: blue. Hex color #469DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469DB1 is #B9624E. Grayscale: #858585. Windows color (decimal): -12149327 or 11640134. OLE color: 11640134.

HSL color Cylindrical-coordinate representation of color #469DB1: hue angle of 191.21º 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 #469DB1 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 157 177 -
CMYK 0.60 0.11 0 0.31
HSL 191.22º 0.43% 0.48% -
HSV(B) 191.22º 0.6% 0.69% -
XYZ 22.52 28.59 45.93 -
YUV 133.27 152.68 82.87 -
System Red Green Blue C M Y K H S L
Decimal 70 157 177 0.60 0.11 0 0.31 191.22 0.43 0.48
Hex 46 9D B1 3C B 0 1F BF 2B 30
Octal 106 235 261 74 13 0 37 277 53 60
Binary 1000110 10011101 10110001 111100 1011 0 11111 10111111 101011 110000

Color Harmonies of #469DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469DB1

Black with #469DB1

Text Example


Text Example

White with #469DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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