Html Css Color HEX #469CBE Boston Blue

📋 copy color: '#469CBE'

red 70 ◦ green 156 ◦ blue 190

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

Shades of Boston Blue #469CBE

Tints of Boston Blue #469CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 16.83%
G = 37.5%
B = 45.67%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#469CBE (or 0x469CBE) is known color: Boston Blue. HEX triplet: 46, 9C and BE. RGB value is (70,156,190). Sum of RGB (Red+Green+Blue) = 70+156+190=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #469CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CBE is #B96341. Grayscale: #858585. Windows color (decimal): -12149570 or 12491846. OLE color: 12491846.

HSL color Cylindrical-coordinate representation of color #469CBE: hue angle of 197º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #469CBE is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 156 190 -
CMYK 0.63 0.18 0 0.25
HSL 197º 0.48% 0.51% -
HSV(B) 197º 0.63% 0.75% -
XYZ 23.71 28.8 53.02 -
YUV 134.16 159.51 82.24 -
System Red Green Blue C M Y K H S L
Decimal 70 156 190 0.63 0.18 0 0.25 197 0.48 0.51
Hex 46 9C BE 3F 12 0 19 C5 30 33
Octal 106 234 276 77 22 0 31 305 60 63
Binary 1000110 10011100 10111110 111111 10010 0 11001 11000101 110000 110011

Color Harmonies of #469CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469CBE

Black with #469CBE

Text Example


Text Example

White with #469CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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