Html Css Color HEX #459BB1 Boston Blue

📋 copy color: '#459BB1'

red 69 ◦ green 155 ◦ blue 177

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

Shades of Boston Blue #459BB1

Tints of Boston Blue #459BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.14%

R = 17.21%
G = 38.65%
B = 44.14%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#459BB1 (or 0x459BB1) is known color: Boston Blue. HEX triplet: 45, 9B and B1. RGB value is (69,155,177). Sum of RGB (Red+Green+Blue) = 69+155+177=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #459BB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459BB1 is #BA644E. Grayscale: #838383. Windows color (decimal): -12215375 or 11639621. OLE color: 11639621.

HSL color Cylindrical-coordinate representation of color #459BB1: hue angle of 192.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #459BB1 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 69 155 177 -
CMYK 0.61 0.12 0 0.31
HSL 192.22º 0.44% 0.48% -
HSV(B) 192.22º 0.61% 0.69% -
XYZ 22.11 27.88 45.81 -
YUV 131.79 153.51 83.21 -
System Red Green Blue C M Y K H S L
Decimal 69 155 177 0.61 0.12 0 0.31 192.22 0.44 0.48
Hex 45 9B B1 3D C 0 1F C0 2C 30
Octal 105 233 261 75 14 0 37 300 54 60
Binary 1000101 10011011 10110001 111101 1100 0 11111 11000000 101100 110000

Color Harmonies of #459BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459BB1

Black with #459BB1

Text Example


Text Example

White with #459BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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