Html Css Color HEX #459CB1 Boston Blue

📋 copy color: '#459CB1'

red 69 ◦ green 156 ◦ blue 177

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

Shades of Boston Blue #459CB1

Tints of Boston Blue #459CB1

RGB

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

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

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

R = 17.16%
G = 38.81%
B = 44.03%

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

#459CB1 (or 0x459CB1) is known color: Boston Blue. HEX triplet: 45, 9C and B1. RGB value is (69,156,177). Sum of RGB (Red+Green+Blue) = 69+156+177=402 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.16% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 177 - color contains mainly: blue. Hex color #459CB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459CB1 is #BA634E. Grayscale: #848484. Windows color (decimal): -12215119 or 11639877. OLE color: 11639877.

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

Color convert

RGB 69 156 177 -
CMYK 0.61 0.12 0 0.31
HSL 191.67º 0.44% 0.48% -
HSV(B) 191.67º 0.61% 0.69% -
XYZ 22.28 28.22 45.87 -
YUV 132.38 153.18 82.79 -
System Red Green Blue C M Y K H S L
Decimal 69 156 177 0.61 0.12 0 0.31 191.67 0.44 0.48
Hex 45 9C B1 3D C 0 1F C0 2C 30
Octal 105 234 261 75 14 0 37 300 54 60
Binary 1000101 10011100 10110001 111101 1100 0 11111 11000000 101100 110000

Color Harmonies of #459CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459CB1

Black with #459CB1

Text Example


Text Example

White with #459CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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