Html Css Color HEX #469DBB Boston Blue

📋 copy color: '#469DBB'

red 70 ◦ green 157 ◦ blue 187

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

Shades of Boston Blue #469DBB

Tints of Boston Blue #469DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 16.91%
G = 37.92%
B = 45.17%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#469DBB (or 0x469DBB) is known color: Boston Blue. HEX triplet: 46, 9D and BB. RGB value is (70,157,187). Sum of RGB (Red+Green+Blue) = 70+157+187=414 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.91% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #469DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469DBB is #B96244. Grayscale: #868686. Windows color (decimal): -12149317 or 12295494. OLE color: 12295494.

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

Color convert

RGB 70 157 187 -
CMYK 0.63 0.16 0 0.27
HSL 195.38º 0.46% 0.5% -
HSV(B) 195.38º 0.63% 0.73% -
XYZ 23.55 29 51.37 -
YUV 134.41 157.68 82.06 -
System Red Green Blue C M Y K H S L
Decimal 70 157 187 0.63 0.16 0 0.27 195.38 0.46 0.5
Hex 46 9D BB 3F 10 0 1B C3 2E 32
Octal 106 235 273 77 20 0 33 303 56 62
Binary 1000110 10011101 10111011 111111 10000 0 11011 11000011 101110 110010

Color Harmonies of #469DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469DBB

Black with #469DBB

Text Example


Text Example

White with #469DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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