Html Css Color HEX #4573BD Steel Blue

📋 copy color: '#4573BD'

red 69 ◦ green 115 ◦ blue 189

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

Shades of Steel Blue #4573BD

Tints of Steel Blue #4573BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 18.5%
G = 30.83%
B = 50.67%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4573BD (or 0x4573BD) is known color: Steel Blue. HEX triplet: 45, 73 and BD. RGB value is (69,115,189). Sum of RGB (Red+Green+Blue) = 69+115+189=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #4573BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4573BD is #BA8C42. Grayscale: #6D6D6D. Windows color (decimal): -12225603 or 12415813. OLE color: 12415813.

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

Color convert

RGB 69 115 189 -
CMYK 0.63 0.39 0 0.26
HSL 217º 0.48% 0.51% -
HSV(B) 217º 0.63% 0.74% -
XYZ 17.77 17.2 50.53 -
YUV 109.68 172.76 98.98 -
System Red Green Blue C M Y K H S L
Decimal 69 115 189 0.63 0.39 0 0.26 217 0.48 0.51
Hex 45 73 BD 3F 27 0 1A D9 30 33
Octal 105 163 275 77 47 0 32 331 60 63
Binary 1000101 1110011 10111101 111111 100111 0 11010 11011001 110000 110011

Color Harmonies of #4573BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4573BD

Black with #4573BD

Text Example


Text Example

White with #4573BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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