Html Css Color HEX #458EB3 Boston Blue

📋 copy color: '#458EB3'

red 69 ◦ green 142 ◦ blue 179

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

Shades of Boston Blue #458EB3

Tints of Boston Blue #458EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.9%

R = 17.69%
G = 36.41%
B = 45.9%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#458EB3 (or 0x458EB3) is known color: Boston Blue. HEX triplet: 45, 8E and B3. RGB value is (69,142,179). Sum of RGB (Red+Green+Blue) = 69+142+179=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #458EB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458EB3 is #BA714C. Grayscale: #7C7C7C. Windows color (decimal): -12218701 or 11767365. OLE color: 11767365.

HSL color Cylindrical-coordinate representation of color #458EB3: hue angle of 200.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #458EB3 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 69 142 179 -
CMYK 0.61 0.21 0 0.30
HSL 200.18º 0.44% 0.49% -
HSV(B) 200.18º 0.61% 0.7% -
XYZ 20.26 23.87 46.19 -
YUV 124.39 158.82 88.49 -
System Red Green Blue C M Y K H S L
Decimal 69 142 179 0.61 0.21 0 0.30 200.18 0.44 0.49
Hex 45 8E B3 3D 15 0 1E C8 2C 31
Octal 105 216 263 75 25 0 36 310 54 61
Binary 1000101 10001110 10110011 111101 10101 0 11110 11001000 101100 110001

Color Harmonies of #458EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458EB3

Black with #458EB3

Text Example


Text Example

White with #458EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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