Html Css Color HEX #459BBD Boston Blue

📋 copy color: '#459BBD'

red 69 ◦ green 155 ◦ blue 189

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

Shades of Boston Blue #459BBD

Tints of Boston Blue #459BBD

RGB

 RED value IS 69 (27.34% from 255) = 16.71%

 GREEN value IS 155 (60.94% from 255) = 37.53%

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

R = 16.71%
G = 37.53%
B = 45.76%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#459BBD (or 0x459BBD) is known color: Boston Blue. HEX triplet: 45, 9B and BD. RGB value is (69,155,189). Sum of RGB (Red+Green+Blue) = 69+155+189=413 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.71% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #459BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BBD is #BA6442. Grayscale: #848484. Windows color (decimal): -12215363 or 12426053. OLE color: 12426053.

HSL color Cylindrical-coordinate representation of color #459BBD: hue angle of 197º degrees, saturation: 0.48, 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 #459BBD is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 155 189 -
CMYK 0.63 0.18 0 0.26
HSL 197º 0.48% 0.51% -
HSV(B) 197º 0.63% 0.74% -
XYZ 23.36 28.38 52.39 -
YUV 133.16 159.51 82.24 -
System Red Green Blue C M Y K H S L
Decimal 69 155 189 0.63 0.18 0 0.26 197 0.48 0.51
Hex 45 9B BD 3F 12 0 1A C5 30 33
Octal 105 233 275 77 22 0 32 305 60 63
Binary 1000101 10011011 10111101 111111 10010 0 11010 11000101 110000 110011

Color Harmonies of #459BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459BBD

Black with #459BBD

Text Example


Text Example

White with #459BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459BBD; }

 p { color: rgb(69,155,189); }

 H1.HeaderClassName
 {
   color: #459BBD;
 }
 .AnyTagClassName
 {
   color: #459BBD;
 }
</style>

background-color css

<style>
 a { background-color: #459BBD; }

 a { background-color: rgb(69,155,189); }

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

border-color css

<style>
 span { border-color: #459BBD; }

 span { border-color: rgb(69,155,189); }

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