Html Css Color HEX #457AA4 Steel Blue

📋 copy color: '#457AA4'

red 69 ◦ green 122 ◦ blue 164

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

Shades of Steel Blue #457AA4

Tints of Steel Blue #457AA4

RGB

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

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

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

R = 19.44%
G = 34.37%
B = 46.2%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#457AA4 (or 0x457AA4) is known color: Steel Blue. HEX triplet: 45, 7A and A4. RGB value is (69,122,164). Sum of RGB (Red+Green+Blue) = 69+122+164=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 164 (64.45% from 255 or 46.20% from 355); Max value from RGB is 164 - color contains mainly: blue. Hex color #457AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457AA4 is #BA855B. Grayscale: #6E6E6E. Windows color (decimal): -12223836 or 10779205. OLE color: 10779205.

HSL color Cylindrical-coordinate representation of color #457AA4: hue angle of 206.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 #457AA4 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 69 122 164 -
CMYK 0.58 0.26 0 0.36
HSL 206.53º 0.41% 0.46% -
HSV(B) 206.53º 0.58% 0.64% -
XYZ 16.11 17.86 37.72 -
YUV 110.94 157.94 98.08 -
System Red Green Blue C M Y K H S L
Decimal 69 122 164 0.58 0.26 0 0.36 206.53 0.41 0.46
Hex 45 7A A4 3A 1A 0 24 CF 29 2E
Octal 105 172 244 72 32 0 44 317 51 56
Binary 1000101 1111010 10100100 111010 11010 0 100100 11001111 101001 101110

Color Harmonies of #457AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457AA4

Black with #457AA4

Text Example


Text Example

White with #457AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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