Html Css Color HEX #469BBB Boston Blue

📋 copy color: '#469BBB'

red 70 ◦ green 155 ◦ blue 187

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

Shades of Boston Blue #469BBB

Tints of Boston Blue #469BBB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.62%

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

R = 16.99%
G = 37.62%
B = 45.39%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#469BBB (or 0x469BBB) is known color: Boston Blue. HEX triplet: 46, 9B and BB. RGB value is (70,155,187). Sum of RGB (Red+Green+Blue) = 70+155+187=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #469BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469BBB is #B96444. Grayscale: #858585. Windows color (decimal): -12149829 or 12294982. OLE color: 12294982.

HSL color Cylindrical-coordinate representation of color #469BBB: hue angle of 196.41º 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 #469BBB is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 155 187 -
CMYK 0.63 0.17 0 0.27
HSL 196.41º 0.46% 0.5% -
HSV(B) 196.41º 0.63% 0.73% -
XYZ 23.22 28.33 51.26 -
YUV 133.23 158.34 82.9 -
System Red Green Blue C M Y K H S L
Decimal 70 155 187 0.63 0.17 0 0.27 196.41 0.46 0.5
Hex 46 9B BB 3F 11 0 1B C4 2E 32
Octal 106 233 273 77 21 0 33 304 56 62
Binary 1000110 10011011 10111011 111111 10001 0 11011 11000100 101110 110010

Color Harmonies of #469BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469BBB

Black with #469BBB

Text Example


Text Example

White with #469BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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