Html Css Color HEX #469EA7 Boston Blue

📋 copy color: '#469EA7'

red 70 ◦ green 158 ◦ blue 167

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

Shades of Boston Blue #469EA7

Tints of Boston Blue #469EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.28%

R = 17.72%
G = 40%
B = 42.28%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#469EA7 (or 0x469EA7) is known color: Boston Blue. HEX triplet: 46, 9E and A7. RGB value is (70,158,167). Sum of RGB (Red+Green+Blue) = 70+158+167=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 167 (65.62% from 255 or 42.28% from 395); Max value from RGB is 167 - color contains mainly: blue. Hex color #469EA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469EA7 is #B96158. Grayscale: #848484. Windows color (decimal): -12149081 or 10985030. OLE color: 10985030.

HSL color Cylindrical-coordinate representation of color #469EA7: hue angle of 185.57º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #469EA7 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 158 167 -
CMYK 0.58 0.05 0 0.35
HSL 185.57º 0.41% 0.46% -
HSV(B) 185.57º 0.58% 0.65% -
XYZ 21.73 28.55 40.92 -
YUV 132.71 147.35 83.27 -
System Red Green Blue C M Y K H S L
Decimal 70 158 167 0.58 0.05 0 0.35 185.57 0.41 0.46
Hex 46 9E A7 3A 5 0 23 BA 29 2E
Octal 106 236 247 72 5 0 43 272 51 56
Binary 1000110 10011110 10100111 111010 101 0 100011 10111010 101001 101110

Color Harmonies of #469EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469EA7

Black with #469EA7

Text Example


Text Example

White with #469EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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