Html Css Color HEX #458EB0 Boston Blue

📋 copy color: '#458EB0'

red 69 ◦ green 142 ◦ blue 176

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

Shades of Boston Blue #458EB0

Tints of Boston Blue #458EB0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.69%

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

R = 17.83%
G = 36.69%
B = 45.48%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#458EB0 (or 0x458EB0) is known color: Boston Blue. HEX triplet: 45, 8E and B0. RGB value is (69,142,176). Sum of RGB (Red+Green+Blue) = 69+142+176=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 176 - color contains mainly: blue. Hex color #458EB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458EB0 is #BA714F. Grayscale: #7B7B7B. Windows color (decimal): -12218704 or 11570757. OLE color: 11570757.

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

Color convert

RGB 69 142 176 -
CMYK 0.61 0.19 0 0.31
HSL 199.07º 0.44% 0.48% -
HSV(B) 199.07º 0.61% 0.69% -
XYZ 19.96 23.75 44.61 -
YUV 124.05 157.32 88.74 -
System Red Green Blue C M Y K H S L
Decimal 69 142 176 0.61 0.19 0 0.31 199.07 0.44 0.48
Hex 45 8E B0 3D 13 0 1F C7 2C 30
Octal 105 216 260 75 23 0 37 307 54 60
Binary 1000101 10001110 10110000 111101 10011 0 11111 11000111 101100 110000

Color Harmonies of #458EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458EB0

Black with #458EB0

Text Example


Text Example

White with #458EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458EB0; }

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

 H1.HeaderClassName
 {
   color: #458EB0;
 }
 .AnyTagClassName
 {
   color: #458EB0;
 }
</style>

background-color css

<style>
 a { background-color: #458EB0; }

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

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

border-color css

<style>
 span { border-color: #458EB0; }

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

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