Html Css Color HEX #469EBD Boston Blue

📋 copy color: '#469EBD'

red 70 ◦ green 158 ◦ blue 189

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

Shades of Boston Blue #469EBD

Tints of Boston Blue #469EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 16.79%
G = 37.89%
B = 45.32%

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

#469EBD (or 0x469EBD) is known color: Boston Blue. HEX triplet: 46, 9E and BD. RGB value is (70,158,189). Sum of RGB (Red+Green+Blue) = 70+158+189=417 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.79% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #469EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469EBD is #B96142. Grayscale: #878787. Windows color (decimal): -12149059 or 12426822. OLE color: 12426822.

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

Color convert

RGB 70 158 189 -
CMYK 0.63 0.16 0 0.26
HSL 195.63º 0.47% 0.51% -
HSV(B) 195.63º 0.63% 0.74% -
XYZ 23.94 29.43 52.56 -
YUV 135.22 158.35 81.48 -
System Red Green Blue C M Y K H S L
Decimal 70 158 189 0.63 0.16 0 0.26 195.63 0.47 0.51
Hex 46 9E BD 3F 10 0 1A C4 2F 33
Octal 106 236 275 77 20 0 32 304 57 63
Binary 1000110 10011110 10111101 111111 10000 0 11010 11000100 101111 110011

Color Harmonies of #469EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469EBD

Black with #469EBD

Text Example


Text Example

White with #469EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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