Html Css Color HEX #457BC4 Steel Blue

📋 copy color: '#457BC4'

red 69 ◦ green 123 ◦ blue 196

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

Shades of Steel Blue #457BC4

Tints of Steel Blue #457BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 50.52%

R = 17.78%
G = 31.7%
B = 50.52%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#457BC4 (or 0x457BC4) is known color: Steel Blue. HEX triplet: 45, 7B and C4. RGB value is (69,123,196). Sum of RGB (Red+Green+Blue) = 69+123+196=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 196 (76.95% from 255 or 50.52% from 388); Max value from RGB is 196 - color contains mainly: blue. Hex color #457BC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457BC4 is #BA843B. Grayscale: #727272. Windows color (decimal): -12223548 or 12876613. OLE color: 12876613.

HSL color Cylindrical-coordinate representation of color #457BC4: hue angle of 214.49º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #457BC4 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 69 123 196 -
CMYK 0.65 0.37 0 0.23
HSL 214.49º 0.52% 0.52% -
HSV(B) 214.49º 0.65% 0.77% -
XYZ 19.5 19.42 54.94 -
YUV 115.18 173.61 95.06 -
System Red Green Blue C M Y K H S L
Decimal 69 123 196 0.65 0.37 0 0.23 214.49 0.52 0.52
Hex 45 7B C4 41 25 0 17 D6 34 34
Octal 105 173 304 101 45 0 27 326 64 64
Binary 1000101 1111011 11000100 1000001 100101 0 10111 11010110 110100 110100

Color Harmonies of #457BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457BC4

Black with #457BC4

Text Example


Text Example

White with #457BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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