Html Css Color HEX #4573BE Steel Blue

📋 copy color: '#4573BE'

red 69 ◦ green 115 ◦ blue 190

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

Shades of Steel Blue #4573BE

Tints of Steel Blue #4573BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.75%

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 18.45%
G = 30.75%
B = 50.8%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4573BE (or 0x4573BE) is known color: Steel Blue. HEX triplet: 45, 73 and BE. RGB value is (69,115,190). Sum of RGB (Red+Green+Blue) = 69+115+190=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #4573BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4573BE is #BA8C41. Grayscale: #6D6D6D. Windows color (decimal): -12225602 or 12481349. OLE color: 12481349.

HSL color Cylindrical-coordinate representation of color #4573BE: hue angle of 217.19º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4573BE is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 69 115 190 -
CMYK 0.64 0.39 0 0.25
HSL 217.19º 0.48% 0.51% -
HSV(B) 217.19º 0.64% 0.75% -
XYZ 17.88 17.24 51.1 -
YUV 109.8 173.26 98.9 -
System Red Green Blue C M Y K H S L
Decimal 69 115 190 0.64 0.39 0 0.25 217.19 0.48 0.51
Hex 45 73 BE 40 27 0 19 D9 30 33
Octal 105 163 276 100 47 0 31 331 60 63
Binary 1000101 1110011 10111110 1000000 100111 0 11001 11011001 110000 110011

Color Harmonies of #4573BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4573BE

Black with #4573BE

Text Example


Text Example

White with #4573BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4573BE; }

 p { color: rgb(69,115,190); }

 H1.HeaderClassName
 {
   color: #4573BE;
 }
 .AnyTagClassName
 {
   color: #4573BE;
 }
</style>

background-color css

<style>
 a { background-color: #4573BE; }

 a { background-color: rgb(69,115,190); }

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

border-color css

<style>
 span { border-color: #4573BE; }

 span { border-color: rgb(69,115,190); }

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