Html Css Color HEX #469CBD Boston Blue

📋 copy color: '#469CBD'

red 70 ◦ green 156 ◦ blue 189

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

Shades of Boston Blue #469CBD

Tints of Boston Blue #469CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.59%

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

R = 16.87%
G = 37.59%
B = 45.54%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#469CBD (or 0x469CBD) is known color: Boston Blue. HEX triplet: 46, 9C and BD. RGB value is (70,156,189). Sum of RGB (Red+Green+Blue) = 70+156+189=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #469CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CBD is #B96342. Grayscale: #858585. Windows color (decimal): -12149571 or 12426310. OLE color: 12426310.

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

Color convert

RGB 70 156 189 -
CMYK 0.63 0.17 0 0.26
HSL 196.64º 0.47% 0.51% -
HSV(B) 196.64º 0.63% 0.74% -
XYZ 23.6 28.75 52.45 -
YUV 134.05 159.01 82.32 -
System Red Green Blue C M Y K H S L
Decimal 70 156 189 0.63 0.17 0 0.26 196.64 0.47 0.51
Hex 46 9C BD 3F 11 0 1A C5 2F 33
Octal 106 234 275 77 21 0 32 305 57 63
Binary 1000110 10011100 10111101 111111 10001 0 11010 11000101 101111 110011

Color Harmonies of #469CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469CBD

Black with #469CBD

Text Example


Text Example

White with #469CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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