Html Css Color HEX #457BB0 Steel Blue

📋 copy color: '#457BB0'

red 69 ◦ green 123 ◦ blue 176

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

Shades of Steel Blue #457BB0

Tints of Steel Blue #457BB0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.42%

 BLUE value IS 176 (69.14% from 255) = 47.83%

R = 18.75%
G = 33.42%
B = 47.83%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#457BB0 (or 0x457BB0) is known color: Steel Blue. HEX triplet: 45, 7B and B0. RGB value is (69,123,176). Sum of RGB (Red+Green+Blue) = 69+123+176=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 176 (69.14% from 255 or 47.83% from 368); Max value from RGB is 176 - color contains mainly: blue. Hex color #457BB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457BB0 is #BA844F. Grayscale: #707070. Windows color (decimal): -12223568 or 11565893. OLE color: 11565893.

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

Color convert

RGB 69 123 176 -
CMYK 0.61 0.30 0 0.31
HSL 209.72º 0.44% 0.48% -
HSV(B) 209.72º 0.61% 0.69% -
XYZ 17.37 18.57 43.74 -
YUV 112.9 163.61 96.69 -
System Red Green Blue C M Y K H S L
Decimal 69 123 176 0.61 0.30 0 0.31 209.72 0.44 0.48
Hex 45 7B B0 3D 1E 0 1F D2 2C 30
Octal 105 173 260 75 36 0 37 322 54 60
Binary 1000101 1111011 10110000 111101 11110 0 11111 11010010 101100 110000

Color Harmonies of #457BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457BB0

Black with #457BB0

Text Example


Text Example

White with #457BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,123,176); }

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

background-color css

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

 a { background-color: rgb(69,123,176); }

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

border-color css

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

 span { border-color: rgb(69,123,176); }

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