Html Css Color HEX #459DB1 Boston Blue

📋 copy color: '#459DB1'

red 69 ◦ green 157 ◦ blue 177

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

Shades of Boston Blue #459DB1

Tints of Boston Blue #459DB1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.96%

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

R = 17.12%
G = 38.96%
B = 43.92%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#459DB1 (or 0x459DB1) is known color: Boston Blue. HEX triplet: 45, 9D and B1. RGB value is (69,157,177). Sum of RGB (Red+Green+Blue) = 69+157+177=403 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.12% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #459DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459DB1 is #BA624E. Grayscale: #848484. Windows color (decimal): -12214863 or 11640133. OLE color: 11640133.

HSL color Cylindrical-coordinate representation of color #459DB1: hue angle of 191.11º 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 #459DB1 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 69 157 177 -
CMYK 0.61 0.11 0 0.31
HSL 191.11º 0.44% 0.48% -
HSV(B) 191.11º 0.61% 0.69% -
XYZ 22.45 28.55 45.92 -
YUV 132.97 152.85 82.37 -
System Red Green Blue C M Y K H S L
Decimal 69 157 177 0.61 0.11 0 0.31 191.11 0.44 0.48
Hex 45 9D B1 3D B 0 1F BF 2C 30
Octal 105 235 261 75 13 0 37 277 54 60
Binary 1000101 10011101 10110001 111101 1011 0 11111 10111111 101100 110000

Color Harmonies of #459DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459DB1

Black with #459DB1

Text Example


Text Example

White with #459DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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