Html Css Color HEX #469CBA Boston Blue

📋 copy color: '#469CBA'

red 70 ◦ green 156 ◦ blue 186

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

Shades of Boston Blue #469CBA

Tints of Boston Blue #469CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 16.99%
G = 37.86%
B = 45.15%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#469CBA (or 0x469CBA) is known color: Boston Blue. HEX triplet: 46, 9C and BA. RGB value is (70,156,186). Sum of RGB (Red+Green+Blue) = 70+156+186=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #469CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CBA is #B96345. Grayscale: #858585. Windows color (decimal): -12149574 or 12229702. OLE color: 12229702.

HSL color Cylindrical-coordinate representation of color #469CBA: hue angle of 195.52º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #469CBA is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 156 186 -
CMYK 0.62 0.16 0 0.27
HSL 195.52º 0.46% 0.5% -
HSV(B) 195.52º 0.62% 0.73% -
XYZ 23.28 28.62 50.75 -
YUV 133.71 157.51 82.56 -
System Red Green Blue C M Y K H S L
Decimal 70 156 186 0.62 0.16 0 0.27 195.52 0.46 0.5
Hex 46 9C BA 3E 10 0 1B C4 2E 32
Octal 106 234 272 76 20 0 33 304 56 62
Binary 1000110 10011100 10111010 111110 10000 0 11011 11000100 101110 110010

Color Harmonies of #469CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469CBA

Black with #469CBA

Text Example


Text Example

White with #469CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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