Html Css Color HEX #459FB0 Boston Blue

📋 copy color: '#459FB0'

red 69 ◦ green 159 ◦ blue 176

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

Shades of Boston Blue #459FB0

Tints of Boston Blue #459FB0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.36%

 BLUE value IS 176 (69.14% from 255) = 43.56%

R = 17.08%
G = 39.36%
B = 43.56%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#459FB0 (or 0x459FB0) is known color: Boston Blue. HEX triplet: 45, 9F and B0. RGB value is (69,159,176). Sum of RGB (Red+Green+Blue) = 69+159+176=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 176 - color contains mainly: blue. Hex color #459FB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459FB0 is #BA604F. Grayscale: #858585. Windows color (decimal): -12214352 or 11575109. OLE color: 11575109.

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

Color convert

RGB 69 159 176 -
CMYK 0.61 0.10 0 0.31
HSL 189.53º 0.44% 0.48% -
HSV(B) 189.53º 0.61% 0.69% -
XYZ 22.69 29.2 45.51 -
YUV 134.03 151.68 81.62 -
System Red Green Blue C M Y K H S L
Decimal 69 159 176 0.61 0.10 0 0.31 189.53 0.44 0.48
Hex 45 9F B0 3D A 0 1F BE 2C 30
Octal 105 237 260 75 12 0 37 276 54 60
Binary 1000101 10011111 10110000 111101 1010 0 11111 10111110 101100 110000

Color Harmonies of #459FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459FB0

Black with #459FB0

Text Example


Text Example

White with #459FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,159,176); }

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

background-color css

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

 a { background-color: rgb(69,159,176); }

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

border-color css

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

 span { border-color: rgb(69,159,176); }

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