Html Css Color HEX #457AC1 Steel Blue

📋 copy color: '#457AC1'

red 69 ◦ green 122 ◦ blue 193

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

Shades of Steel Blue #457AC1

Tints of Steel Blue #457AC1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.77%

 BLUE value IS 193 (75.78% from 255) = 50.26%

R = 17.97%
G = 31.77%
B = 50.26%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#457AC1 (or 0x457AC1) is known color: Steel Blue. HEX triplet: 45, 7A and C1. RGB value is (69,122,193). Sum of RGB (Red+Green+Blue) = 69+122+193=384 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.97% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #457AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457AC1 is #BA853E. Grayscale: #717171. Windows color (decimal): -12223807 or 12679749. OLE color: 12679749.

HSL color Cylindrical-coordinate representation of color #457AC1: hue angle of 214.35º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #457AC1 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 69 122 193 -
CMYK 0.64 0.37 0 0.24
HSL 214.35º 0.5% 0.51% -
HSV(B) 214.35º 0.64% 0.76% -
XYZ 19.04 19.03 53.12 -
YUV 114.25 172.44 95.73 -
System Red Green Blue C M Y K H S L
Decimal 69 122 193 0.64 0.37 0 0.24 214.35 0.5 0.51
Hex 45 7A C1 40 25 0 18 D6 32 33
Octal 105 172 301 100 45 0 30 326 62 63
Binary 1000101 1111010 11000001 1000000 100101 0 11000 11010110 110010 110011

Color Harmonies of #457AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457AC1

Black with #457AC1

Text Example


Text Example

White with #457AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,122,193); }

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

background-color css

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

 a { background-color: rgb(69,122,193); }

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

border-color css

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

 span { border-color: rgb(69,122,193); }

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