Html Css Color HEX #457FB1 Steel Blue

📋 copy color: '#457FB1'

red 69 ◦ green 127 ◦ blue 177

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

Shades of Steel Blue #457FB1

Tints of Steel Blue #457FB1

RGB

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

 GREEN value IS 127 (50% from 255) = 34.05%

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

R = 18.5%
G = 34.05%
B = 47.45%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#457FB1 (or 0x457FB1) is known color: Steel Blue. HEX triplet: 45, 7F and B1. RGB value is (69,127,177). Sum of RGB (Red+Green+Blue) = 69+127+177=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #457FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457FB1 is #BA804E. Grayscale: #737373. Windows color (decimal): -12222543 or 11632453. OLE color: 11632453.

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

Color convert

RGB 69 127 177 -
CMYK 0.61 0.28 0 0.31
HSL 207.78º 0.44% 0.48% -
HSV(B) 207.78º 0.61% 0.69% -
XYZ 17.98 19.62 44.43 -
YUV 115.36 162.78 94.93 -
System Red Green Blue C M Y K H S L
Decimal 69 127 177 0.61 0.28 0 0.31 207.78 0.44 0.48
Hex 45 7F B1 3D 1C 0 1F D0 2C 30
Octal 105 177 261 75 34 0 37 320 54 60
Binary 1000101 1111111 10110001 111101 11100 0 11111 11010000 101100 110000

Color Harmonies of #457FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457FB1

Black with #457FB1

Text Example


Text Example

White with #457FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457FB1; }

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

 H1.HeaderClassName
 {
   color: #457FB1;
 }
 .AnyTagClassName
 {
   color: #457FB1;
 }
</style>

background-color css

<style>
 a { background-color: #457FB1; }

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

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

border-color css

<style>
 span { border-color: #457FB1; }

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

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