Html Css Color HEX #469EBC Boston Blue

📋 copy color: '#469EBC'

red 70 ◦ green 158 ◦ blue 188

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

Shades of Boston Blue #469EBC

Tints of Boston Blue #469EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.98%

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 16.83%
G = 37.98%
B = 45.19%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#469EBC (or 0x469EBC) is known color: Boston Blue. HEX triplet: 46, 9E and BC. RGB value is (70,158,188). Sum of RGB (Red+Green+Blue) = 70+158+188=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #469EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469EBC is #B96143. Grayscale: #868686. Windows color (decimal): -12149060 or 12361286. OLE color: 12361286.

HSL color Cylindrical-coordinate representation of color #469EBC: hue angle of 195.25º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #469EBC is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 158 188 -
CMYK 0.63 0.16 0 0.26
HSL 195.25º 0.47% 0.51% -
HSV(B) 195.25º 0.63% 0.74% -
XYZ 23.83 29.39 51.99 -
YUV 135.11 157.85 81.56 -
System Red Green Blue C M Y K H S L
Decimal 70 158 188 0.63 0.16 0 0.26 195.25 0.47 0.51
Hex 46 9E BC 3F 10 0 1A C3 2F 33
Octal 106 236 274 77 20 0 32 303 57 63
Binary 1000110 10011110 10111100 111111 10000 0 11010 11000011 101111 110011

Color Harmonies of #469EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469EBC

Black with #469EBC

Text Example


Text Example

White with #469EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,158,188); }

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

background-color css

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

 a { background-color: rgb(70,158,188); }

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

border-color css

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

 span { border-color: rgb(70,158,188); }

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