Html Css Color HEX #457FB9 Steel Blue

📋 copy color: '#457FB9'

red 69 ◦ green 127 ◦ blue 185

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

Shades of Steel Blue #457FB9

Tints of Steel Blue #457FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.56%

R = 18.11%
G = 33.33%
B = 48.56%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#457FB9 (or 0x457FB9) is known color: Steel Blue. HEX triplet: 45, 7F and B9. RGB value is (69,127,185). Sum of RGB (Red+Green+Blue) = 69+127+185=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #457FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457FB9 is #BA8046. Grayscale: #737373. Windows color (decimal): -12222535 or 12156741. OLE color: 12156741.

HSL color Cylindrical-coordinate representation of color #457FB9: hue angle of 210º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #457FB9 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 69 127 185 -
CMYK 0.63 0.31 0 0.27
HSL 210º 0.46% 0.5% -
HSV(B) 210º 0.63% 0.73% -
XYZ 18.8 19.95 48.76 -
YUV 116.27 166.78 94.28 -
System Red Green Blue C M Y K H S L
Decimal 69 127 185 0.63 0.31 0 0.27 210 0.46 0.5
Hex 45 7F B9 3F 1F 0 1B D2 2E 32
Octal 105 177 271 77 37 0 33 322 56 62
Binary 1000101 1111111 10111001 111111 11111 0 11011 11010010 101110 110010

Color Harmonies of #457FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457FB9

Black with #457FB9

Text Example


Text Example

White with #457FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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