Html Css Color HEX #459CBE Boston Blue

📋 copy color: '#459CBE'

red 69 ◦ green 156 ◦ blue 190

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

Shades of Boston Blue #459CBE

Tints of Boston Blue #459CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 16.63%
G = 37.59%
B = 45.78%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#459CBE (or 0x459CBE) is known color: Boston Blue. HEX triplet: 45, 9C and BE. RGB value is (69,156,190). Sum of RGB (Red+Green+Blue) = 69+156+190=415 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.63% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #459CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459CBE is #BA6341. Grayscale: #858585. Windows color (decimal): -12215106 or 12491845. OLE color: 12491845.

HSL color Cylindrical-coordinate representation of color #459CBE: hue angle of 196.86º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #459CBE is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 69 156 190 -
CMYK 0.64 0.18 0 0.25
HSL 196.86º 0.48% 0.51% -
HSV(B) 196.86º 0.64% 0.75% -
XYZ 23.64 28.76 53.02 -
YUV 133.86 159.68 81.74 -
System Red Green Blue C M Y K H S L
Decimal 69 156 190 0.64 0.18 0 0.25 196.86 0.48 0.51
Hex 45 9C BE 40 12 0 19 C5 30 33
Octal 105 234 276 100 22 0 31 305 60 63
Binary 1000101 10011100 10111110 1000000 10010 0 11001 11000101 110000 110011

Color Harmonies of #459CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459CBE

Black with #459CBE

Text Example


Text Example

White with #459CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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