Html Css Color HEX #458DA4 Boston Blue

📋 copy color: '#458DA4'

red 69 ◦ green 141 ◦ blue 164

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

Shades of Boston Blue #458DA4

Tints of Boston Blue #458DA4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.7%

 BLUE value IS 164 (64.45% from 255) = 43.85%

R = 18.45%
G = 37.7%
B = 43.85%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#458DA4 (or 0x458DA4) is known color: Boston Blue. HEX triplet: 45, 8D and A4. RGB value is (69,141,164). Sum of RGB (Red+Green+Blue) = 69+141+164=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 164 - color contains mainly: blue. Hex color #458DA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458DA4 is #BA725B. Grayscale: #797979. Windows color (decimal): -12218972 or 10784069. OLE color: 10784069.

HSL color Cylindrical-coordinate representation of color #458DA4: hue angle of 194.53º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #458DA4 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 69 141 164 -
CMYK 0.58 0.14 0 0.36
HSL 194.53º 0.41% 0.46% -
HSV(B) 194.53º 0.58% 0.64% -
XYZ 18.68 23 38.58 -
YUV 122.09 151.65 90.13 -
System Red Green Blue C M Y K H S L
Decimal 69 141 164 0.58 0.14 0 0.36 194.53 0.41 0.46
Hex 45 8D A4 3A E 0 24 C3 29 2E
Octal 105 215 244 72 16 0 44 303 51 56
Binary 1000101 10001101 10100100 111010 1110 0 100100 11000011 101001 101110

Color Harmonies of #458DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458DA4

Black with #458DA4

Text Example


Text Example

White with #458DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,141,164); }

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

background-color css

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

 a { background-color: rgb(69,141,164); }

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

border-color css

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

 span { border-color: rgb(69,141,164); }

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